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

    Interface IModalDialogActivationRequest

    Represents modal dialog state for the specific activation request

    interface IModalDialogActivationRequest {
        id: string;
        isValid: boolean;
        cancel(): void;
    }
    Index

    Properties

    Methods

    Properties

    id: string

    Unique identifier for the request

    isValid: boolean

    Determines if the request is still active

    Methods

    • Returns void

      Cancels the request if it's still active