SystemStatusMessageInfo
Wraps a System Status Message
TypeScript
export interface SystemStatusMessageInfo extendsExtends
Properties
| Property | Type | Description |
|---|---|---|
| statusFurtherInformation | string | Additional information to display (optional) |
| statusMessage | string | The Message to be displayed |
| statusType | AdaptableMessageType | Type of Message i.e. Succcess, Warning, Error, Info |
| timestamp | Date | When Message was sent |
Property Details
statusFurtherInformation
Additional information to display (optional)
TypeScript
statusFurtherInformation?: string;Property Value
string
statusMessage
The Message to be displayed
TypeScript
statusMessage: string;Property Value
string
statusType
Type of Message i.e. Succcess, Warning, Error, Info
TypeScript
statusType: AdaptableMessageType;Property Value
timestamp
When Message was sent
TypeScript
timestamp?: Date;Property Value
Date