SystemStatusMessageDisplayedInfo

Object returned by SystemStatusMessageDisplayed Event

TypeScript
export interface SystemStatusMessageDisplayedInfo extends
Extends

BaseContext

Properties

PropertyDescription
systemStatusMessageInfoDetails of the System Status Message and Type
adaptableContextCustom application Context provided in AdaptableOptions.adaptableContext

Property Details

systemStatusMessageInfo

Details of the System Status Message and Type

TypeScript
systemStatusMessageInfo: SystemStatusMessageInfo;
Property Value

SystemStatusMessageInfo

adaptableContext

Inherited from BaseContext

Custom application Context provided in AdaptableOptions.adaptableContext

TypeScript
adaptableContext: any;
Property Value

any