Datalayer VS Code Extension - v0.0.17
    Preparing search index...

    Tree item representing a space or document in the explorer. Automatically configures tooltip, icon, and command based on item type.

    Hierarchy

    • TreeItem
      • SpaceItem
    Index

    Constructors

    • Creates a new SpaceItem with automatic tooltip, icon, and command configuration.

      Parameters

      • label: string

        Display label for the tree item.

      • collapsibleState: TreeItemCollapsibleState

        Whether the item can be expanded or collapsed.

      • data: SpaceItemData

        Associated data containing the item type and model instances.

      • Optionalparent: SpaceItem

        Optional parent item for hierarchical navigation.

      Returns SpaceItem

    Properties

    collapsibleState: TreeItemCollapsibleState

    Whether the item can be expanded or collapsed.

    Associated data containing the item type and model instances.

    label: string

    Display label for the tree item.

    parent?: SpaceItem

    Optional parent item for hierarchical navigation.