Interface JMainFatalErrorEventParams

interface JMainFatalErrorEventParams {
    action: string;
    context: JFATAL_ERROR_CONTEXTS;
    source: string;
}

Properties

Properties

action: string
source: string