SystemStatusMessageDisplayedInfo

Object returned by SystemStatusMessageDisplayed Event

TypeScript
export interface SystemStatusMessageDisplayedInfo extends
Extends

BaseContext

Properties

PropertyTypeDescription
systemStatusMessageInfoSystemStatusMessageInfoDetails of the System Status Message and Type
adaptableContextanyCustom 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