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

    Type Alias ICollectionTreeEntryDropdownItemMenuOption

    Menu options for the collection tree entry dropdown item

    type ICollectionTreeEntryDropdownItemMenuOption = {
        imageData?: ImageResourceData;
        label: string;
        value: string;
    }
    Index

    Properties

    imageData?: ImageResourceData
    label: string
    value: string