Interface CheckmarxClientEvents

Map of supported client events to their callback signatures

interface CheckmarxClientEvents {
    request: (event: RequestEvent) => void;
}

Properties

Properties

request: (event: RequestEvent) => void