@kkdev92/vscode-ext-kit - v4.1.1
    Preparing search index...

    Interface TreeViewOptionsLike

    Options a declared tree view passes to the platform.

    interface TreeViewOptionsLike {
        canSelectMany?: boolean;
        dragAndDrop?: TreeDragAndDrop<never>;
        manageCheckboxStateManually?: boolean;
        showCollapseAll?: boolean;
    }
    Index
    canSelectMany?: boolean
    dragAndDrop?: TreeDragAndDrop<never>

    Declared rather than pre-built: the adapter owns the platform controller.

    manageCheckboxStateManually?: boolean
    showCollapseAll?: boolean