@minecraft/server-ui
    Preparing search index...

    Interface ModalFormDataTextFieldOptionsBeta

    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;
    }
    Index

    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.