Theia API Documentation v1.65.0
    Preparing search index...
    interface Props {
        args: any[];
        children?: ReactNode;
        contextKeys: ScmContextKeyService;
        hover: boolean;
        menu: undefined | CompoundMenuNode;
        menuPath: MenuPath;
        model: ScmTreeModel;
        treeNode: TreeNode;
    }
    Index

    Properties

    args: any[]
    children?: ReactNode
    hover: boolean
    menu: undefined | CompoundMenuNode
    menuPath: MenuPath
    treeNode: TreeNode