@wq2/ui
Preparing search index...
IToastResult
Interface IToastResult
interface
IToastResult
{
addStyle
:
(
css
:
string
)
=>
void
;
body
:
HTMLElement
;
close
:
()
=>
void
;
dispose
:
()
=>
void
;
hide
:
()
=>
void
;
host
:
HTMLElement
;
id
?:
string
;
root
:
HTMLElement
;
shadow
:
boolean
;
show
:
()
=>
void
;
tag
:
string
;
}
Hierarchy (
View Summary
)
IHostElementResult
IToastResult
Index
Properties
add
Style
body
close
dispose
hide
host
id?
root
shadow
show
tag
Properties
add
Style
addStyle
:
(
css
:
string
)
=>
void
body
body
:
HTMLElement
close
close
:
()
=>
void
dispose
dispose
:
()
=>
void
hide
hide
:
()
=>
void
host
host
:
HTMLElement
Optional
id
id
?:
string
root
root
:
HTMLElement
shadow
shadow
:
boolean
show
show
:
()
=>
void
tag
tag
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
add
Style
body
close
dispose
hide
host
id
root
shadow
show
tag
@wq2/ui
Loading...