core/dynamic-component/dynamic-component-alert.model.ts
An alert that is shown in the context of a dynamic component (e.g. a widget).
Properties |
constructor(alert)
|
||||
Parameters :
|
allowHtml |
Type : boolean
|
detailedData |
Type : any
|
onClose |
Type : function
|
onDetail |
Type : function
|
Optional retrievalError |
Type : DynamicBulkRetrievalError
|
text |
Type : string | TemplateRef<any>
|
timeout |
Type : number
|
type |
Type : "success" | "warning" | "danger" | "info" | "system"
|
unresolvedData |
Type : Partial<T>
|
Partial data that resolver couldn't provide, for example object with event id, but without it's' details. |