File

core/alert/alert.model.ts

Description

An alert is a message show to the user.

Index

Properties

Properties

allowHtml
allowHtml: boolean
Type : boolean
Optional

Allows to display alert's text as HTML.

detailedData
detailedData: any
Type : any
Optional

Detailed information to display.

onClose
onClose: function
Type : function
Optional

Function to call if user clicks on the close button.

onDetail
onDetail: function
Type : function
Optional

Function to call if user clicks on the detail button.

text
text: string | TemplateRef<any>
Type : string | TemplateRef<any>

The text to display.

timeout
timeout: number
Type : number
Optional

Timeout to auto close

type
type: "success" | "warning" | "danger" | "info" | "system"
Type : "success" | "warning" | "danger" | "info" | "system"

The type of the alert.

results matching ""

    No results matching ""