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

    Interface ICollectionTreePropertyItem

    A property item which supports creating nested folders of collection items

    interface ICollectionTreePropertyItem {
        enable: boolean;
        folderCount: number;
        id: string;
        paneId: string;
        typeName: PropertyItemType;
        viewSortType: CollectionTreeSortType;
        visible: boolean;
        addFolder(options: ICollectionTreeFolderOptions): ICollectionTreeFolder;
        forEachFolder(callback: (folder: ICollectionTreeFolder) => boolean): void;
        getFolder(id: string): ICollectionTreeFolder;
        setViewSortType(sortType: CollectionTreeSortType): void;
    }

    Hierarchy (View Summary)

    Index

    Properties

    enable: boolean

    If the item is enabled in the UI.

    folderCount: number

    Count of the child folders

    id: string

    Unique ID for the property item.

    paneId: string

    The parent pane id.

    The type name of the target property.

    Sort type for the folders.

    visible: boolean

    If the item should be visible in the UI.

    Methods

    • Parameters

      Returns void

      Iterates over the first layer of folders