PopupToken
This is the data struct that gets passed to the showPopup signal
Implements
Constructors
new PopupToken()
new PopupToken(
id
,callback
?,backdrop
?,keyboard
?,data
?):PopupToken
Create a new PopupToken
Alternatively, specify "static"
for a backdrop which doesn’t close the popup on click.
Parameters
• id: string
• callback?
• backdrop?: boolean
| "static"
= true
• keyboard?: boolean
= true
• data?: any
Returns
Source
Properties
backdrop
readonly
backdrop:boolean
|"static"
=true
Implementation of
Source
callback()?
optional
readonly
callback: (…pParams
) =>void
Parameters
• …pParams: any
[]
Returns
void
Implementation of
Source
data?
optional
readonly
data:any
Implementation of
Source
id
readonly
id:string
Implementation of
Source
keyboard
readonly
keyboard:boolean
=true