Theia API Documentation v1.66.0
    Preparing search index...
    interface TaskOutputPresentation {
        clear?: boolean;
        close?: boolean;
        echo?: boolean;
        focus?: boolean;
        panel?: PanelKind;
        reveal?: RevealKind;
        showReuseMessage?: boolean;
        [name: string]: any;
    }

    Indexable

    • [name: string]: any

      eslint-disable-next-line @typescript-eslint/no-explicit-any

    Index

    Properties

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