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

    Type Alias ICollectionTreeEntryStringItemParams

    Parameters to create string field in a collection tree entry

    type ICollectionTreeEntryStringItemParams = {
        enabled?: boolean;
        onChange?: (
            newValue: string,
            oldValue: string,
            item: ICollectionTreeEntryStringItem,
        ) => void;
        title?: LocalizedString;
        tooltip?: BasicTooltipContent;
        value: IObservableProp<string>;
        visible?: boolean;
    }
    Index

    Properties

    enabled?: boolean
    onChange?: (
        newValue: string,
        oldValue: string,
        item: ICollectionTreeEntryStringItem,
    ) => void
    value: IObservableProp<string>
    visible?: boolean