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

interface ModalFormDataTextFieldOptions {
    defaultValue?: string;
    tooltip?: string | RawMessage;
}

Properties

defaultValue?: string

The default value for the textfield.

tooltip?: string | RawMessage

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