Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface for the message that is shown in the confirm dialog.

Hierarchy

Index

Properties

beforeShow?: string

Optional code that is run before the message is shown. Must be valid JavaScript code. It is evaluated via PrimeFaces.csp.eval.

escape: boolean

If true, the message is escaped for HTML. If false, the message is interpreted as an HTML string.

header: string

Header of the dialog message.

icon?: string

Optional icon that is shown to the left of the confirm dialog. When not given, defaults to ui-icon-alert. Must be a style class of some icon font.

message: string

Main content of the dialog message.

Generated using TypeDoc