@minecraft
    正在准备搜索索引...

    类型别名 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;
    }
    索引

    属性

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