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

    Interface AddItemOptions

    Options for the object form of SimpleTreeDataProvider.addItem.

    interface AddItemOptions {
        index?: number;
        parentId?: string;
    }
    Index
    index?: number

    Position among the siblings. Clamped to the list, so 0 is always first and a value past the end appends. Omit to append.

    parentId?: string

    Existing item id to nest under. Omit to add at the root.