ixfx
Preparing search index...
Dom
Panel
Type Alias Panel<TNotifyArgs>
Panel
:
{
dismount
:
()
=>
void
;
id
:
string
;
label
:
string
;
mount
:
(
parentEl
:
HTMLElement
)
=>
void
;
notify
?:
(
name
:
string
,
args
:
TNotifyArgs
)
=>
void
;
}
Type Parameters
TNotifyArgs
Type declaration
dismount
:
()
=>
void
id
:
string
label
:
string
mount
:
(
parentEl
:
HTMLElement
)
=>
void
Optional
notify
?:
(
name
:
string
,
args
:
TNotifyArgs
)
=>
void
Panel gets a notification
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
ixfx
Loading...
Panel gets a notification