Script API - v1.21.130.26
    Preparing search index...

    Type Alias ModalDialogCustomResponse

    Response data for custom modal dialog

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

    Properties

    Properties

    payload?: unknown