Preparing search index...
The search index is not available
Houston Common Library
Houston Common Library
@45drives/houston-common-ui
EmitFn
Type alias EmitFn<Options, Event>
Emit
Fn
<
Options
,
Event
extends
keyof
Options
>
:
Options
extends
(
infer
V
)
[]
?
(
(
event
:
V
,
...
args
:
any
[]
)
=>
void
)
:
{}
extends
Options
?
(
(
event
:
string
,
...
args
:
any
[]
)
=>
void
)
:
UnionToIntersection
<
{
[
key
in
Event
]
:
Options
[
key
]
extends
(
(
...
args
:
infer
Args
)
=>
any
)
?
(
(
event
:
key
,
...
args
:
Args
)
=>
void
)
:
Options
[
key
]
extends
any
[]
?
(
(
event
:
key
,
...
args
:
Options
[
key
]
)
=>
void
)
:
(
(
event
:
key
,
...
args
:
any
[]
)
=>
void
)
}
[
Event
]
>
Type Parameters
Options
=
ObjectEmitsOptions
Event
extends
keyof
Options
=
keyof
Options
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
Official Cockpit API Documentation
Houston Common Library
Loading...