Interface TaskOutputPresentation

interface TaskOutputPresentation {
    clear?: boolean;
    close?: boolean;
    echo?: boolean;
    focus?: boolean;
    panel?: PanelKind;
    reveal?: RevealKind;
    showReuseMessage?: boolean;
    [name: string]: any;
}

Indexable

[name: string]: any

Properties

clear?: boolean
close?: boolean
echo?: boolean
focus?: boolean
panel?: PanelKind
reveal?: RevealKind
showReuseMessage?: boolean