@minecraft
    正在准备搜索索引...

    接口 MessageBoxButtonOptions实验性

    Options for configuring a message box button.

    interface MessageBoxButtonOptions {
        imageDetails?: ImageDetails;
        tooltip?: string | ObservableString | ObservableUIRawMessage | UIRawMessage;
    }
    索引

    属性

    imageDetails?: ImageDetails

    Details of an image to display alongside the button label.

    Text shown in a tooltip when the player hovers over the button.