Script API - v26.50.20
    Preparing search index...

    Interface MessageBoxButtonOptionsBeta

    Options for configuring a message box button.

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

    Properties

    imageDetails?: ImageDetails

    Details of an image to display alongside the button label.

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