Theia API Documentation v1.65.0
    Preparing search index...
    interface ScmRawResource {
        command: undefined | Command;
        contextValue: string;
        faded: boolean;
        handle: number;
        icons: (undefined | ThemeIcon | IconUrl)[];
        sourceUri: UriComponents;
        strikeThrough: boolean;
        tooltip: string;
    }
    Index

    Properties

    command: undefined | Command
    contextValue: string
    faded: boolean
    handle: number
    icons: (undefined | ThemeIcon | IconUrl)[]
    sourceUri: UriComponents
    strikeThrough: boolean
    tooltip: string