UMD Web Components Library
Preparing search index...
api/_types
ComponentEvents
Interface ComponentEvents
Event handler types for component events
interface
ComponentEvents
{
callback
?:
(
shadow
?:
ShadowRoot
)
=>
void
;
close
?:
(
options
?:
{
hasAnimation
?:
boolean
}
)
=>
void
;
hide
?:
()
=>
void
;
load
?:
()
=>
void
;
loadAnimation
?:
()
=>
void
;
open
?:
(
options
?:
{
hasAnimation
?:
boolean
}
)
=>
void
;
resize
?:
()
=>
void
;
setPosition
?:
(
options
?:
{
value
?:
null
|
number
}
)
=>
void
;
show
?:
()
=>
void
;
size
?:
()
=>
void
;
}
Index
Properties
callback?
close?
hide?
load?
load
Animation?
open?
resize?
set
Position?
show?
size?
Properties
Optional
callback
callback
?:
(
shadow
?:
ShadowRoot
)
=>
void
Optional
close
close
?:
(
options
?:
{
hasAnimation
?:
boolean
}
)
=>
void
Optional
hide
hide
?:
()
=>
void
Optional
load
load
?:
()
=>
void
Optional
load
Animation
loadAnimation
?:
()
=>
void
Optional
open
open
?:
(
options
?:
{
hasAnimation
?:
boolean
}
)
=>
void
Optional
resize
resize
?:
()
=>
void
Optional
set
Position
setPosition
?:
(
options
?:
{
value
?:
null
|
number
}
)
=>
void
Optional
show
show
?:
()
=>
void
Optional
size
size
?:
()
=>
void
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
callback
close
hide
load
load
Animation
open
resize
set
Position
show
size
UMD Web Components Library
Loading...
Event handler types for component events