Script API - v1.26.10.22
    Preparing search index...

    Interface ICollectionTreeEntryItem

    interface ICollectionTreeEntryItem {
        enabled: boolean;
        parentEntry: ICollectionTreeEntry;
        type: CollectionTreeEntryItemType;
        visible: boolean;
        setEnabled(enabled: boolean): void;
        setTitle(title: LocalizedString): void;
        setTooltip(title: BasicTooltipContent): void;
        setVisible(visible: boolean): void;
    }

    Hierarchy (View Summary)

    Index

    Properties

    enabled: boolean

    Enabled state of the entry.

    Tree entry that owns the item.

    Type of the item.

    visible: boolean

    Visibility state of the entry.

    Methods

    • Parameters

      • enabled: boolean

        New value.

      Returns void

      Updates enabled state of the item.

    • Parameters

      • visible: boolean

        New value.

      Returns void

      Updates visibility of the item.