VimTreeNode: TreeItem<AugmentedElement> & {
    parent: number;
    title: string;
    visible: NodeVisibility;
}

Extension of TreeItem

Generated using TypeDoc