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