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

    Type Alias ModalDialogCustomResponseBeta

    Response data for custom modal dialog

    type ModalDialogCustomResponse = {
        payload?: unknown;
        type: ModalDialogResponseType | string;
    }
    Index

    Properties

    Properties

    payload?: unknown