Interface ModalFormDataDropdownOptionsBeta

An interface that is passed into @minecraft/Server-ui.ModalFormData.dropdown to provide additional options for the dropdown creation.

Hierarchy

  • ModalFormDataDropdownOptions

Properties

defaultValueIndex?: number

Remarks

The default selected item index. It will be zero in case of not setting this value.

tooltip?: string | RawMessage

Remarks

It will show an exclamation icon that will display a tooltip if it is hovered.