@thiagohp/tapestry-5
Preparing search index...
core/alert
default
Function default
default
(
data
:
{
id
:
any
;
markup
:
boolean
;
message
:
string
;
severity
:
string
|
number
;
[
x
:
string
]:
any
;
}
,
)
:
any
The
data
for the alert has a number of keys to control its behavior:
severity - used to determine the CSS class, may be "warn", "error", or "info" (the default)
message - message to display to as te alert's body
markup - if true, then the message contains markup that should not be HTML escaped
Parameters
data
:
{
id
:
any
;
markup
:
boolean
;
message
:
string
;
severity
:
string
|
number
;
[
x
:
string
]:
any
;
}
Returns
any
Index
Properties
TRANSIENT_
DURATION
Properties
TRANSIENT_
DURATION
TRANSIENT_DURATION
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
TRANSIENT_
DURATION
@thiagohp/tapestry-5
Loading...
The
datafor the alert has a number of keys to control its behavior: