Theia API Documentation v1.65.0
    Preparing search index...
    Index

    Constructors

    Properties

    checkboxState?:
        | TreeItemCheckboxState
        | {
            accessibilityInformation?: AccessibilityInformation;
            state: TreeItemCheckboxState;
            tooltip?: string;
        }
    collapsibleState: TreeItemCollapsibleState = TreeItemCollapsibleState.None
    command?: Command
    contextValue?: string
    iconPath?:
        | string
        | URI
        | ThemeIcon
        | { dark: string
        | URI; light: string | URI }
    id?: string
    label?: string | TreeItemLabel
    resourceUri?: URI
    tooltip?: string