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

    Interface ICollectionTreePropertyItemOptions

    Optional properties for Collection Tree Pane property item

    interface ICollectionTreePropertyItemOptions {
        enable?: boolean;
        style?: PaneItemStyle;
        title?: LocalizedString;
        viewSortType?: CollectionTreeSortType;
        visible?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    enable?: boolean

    Initial enabled state of property item. If undefined, it will default to true.

    Optional styling overrides for the item.

    Localized title of the property item.

    viewSortType?: CollectionTreeSortType

    Custom sort type for folders view.

    visible?: boolean

    Initial visibility state of property item. If undefined, it will default to true.