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

    Type Alias ModalDialogCustomResponse

    Advertisement

    Response data for custom modal dialog

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

    Properties

    Properties

    payload?: unknown
    Advertisement