artalk
Preparing search index...
ApiHandlers
Interface ApiHandlers
interface
ApiHandlers
{
add
:
<
T
extends
keyof
ApiHandlerPayload
>
(
action
:
T
,
handler
:
(
data
:
ApiHandlerPayload
[
T
]
)
=>
Promise
<
void
>
,
)
=>
void
;
get
:
()
=>
ApiHandler
<
keyof
ApiHandlerPayload
>
[]
;
remove
:
(
action
:
keyof
ApiHandlerPayload
)
=>
void
;
}
Index
Properties
add
get
remove
Properties
add
add
:
<
T
extends
keyof
ApiHandlerPayload
>
(
action
:
T
,
handler
:
(
data
:
ApiHandlerPayload
[
T
]
)
=>
Promise
<
void
>
,
)
=>
void
get
get
:
()
=>
ApiHandler
<
keyof
ApiHandlerPayload
>
[]
remove
remove
:
(
action
:
keyof
ApiHandlerPayload
)
=>
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
add
get
remove
artalk
Loading...