ICustomEventResponseData

The response object of the getResponseData method of the CustomEvent publish response.

Functions

getData

Use this function to get data from the custom event publish response.
getData(): any;

getCustomEventName

Use this function to get custom event name for which from the custom event publish api is executed.
getCustomEventName(): string;