SystemStatusMessageInfo
Wraps a System Status Message
TypeScript
export interface SystemStatusMessageInfo extendsExtends
Properties
| Property | Description |
|---|---|
| statusFurtherInformation | Additional information to display (optional) |
| statusMessage | The Message to be displayed |
| statusType | Type of Message i.e. Succcess, Warning, Error, Info |
| timestamp | 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