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

interface ModalFormDataDropdownOptions {
    defaultValueIndex?: number;
    tooltip?: string | RawMessage;
}

Properties

defaultValueIndex?: number

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

tooltip?: string | RawMessage

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