Preparing search index...
The search index is not available
artalk
artalk
ArtalkType
ApiHandlers
Interface ApiHandlers
interface
ApiHandlers
{
add
:
(
<
T
>
(
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
>
(
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...