Interface IPropertyItemOptionsDataPicker

Hierarchy

Properties

allowedEntries?: string[]

Remarks

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

enable?: boolean

Remarks

If the item is enabled in the UI.

onChange?: OnChangeCallback<PropertyBag, string>

Remarks

Callback to execute when the value is updated.

title?: string

Remarks

Localized title of the property item

visible?: boolean

Remarks

If the item should be visible in the UI.