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

    Interface IPropertyItemOptionsDataPickerBeta

    interface IPropertyItemOptionsDataPicker {
        allowedEntries?: string[];
        enable?: boolean;
        onChange?: OnChangeCallback<PropertyBag, string>;
        titleAltText?: string;
        titleStringId?: string;
        visible?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    allowedEntries?: string[]

    Used to hold the entries allowed in the block/entity picker

    enable?: boolean

    If the item is enabled in the UI.

    onChange?: OnChangeCallback<PropertyBag, string>

    Callback to execute when the value is updated.

    titleAltText?: string

    Fallback display text if no loc ID

    titleStringId?: string

    Loc ID (resolved on client)

    visible?: boolean

    If the item should be visible in the UI.