Beignet API reference
Preparing search index...
@beignet/core
notifications
NotificationChannelHandler
Type Alias NotificationChannelHandler<Payload, Ctx>
NotificationChannelHandler
:
(
args
:
NotificationChannelHandleArgs
<
Payload
,
Ctx
>
,
)
=>
MaybePromise
<
NotificationChannelResult
|
undefined
>
Handler for one notification channel.
Type Parameters
Payload
extends
StandardSchema
Ctx
Type Declaration
(
args
:
NotificationChannelHandleArgs
<
Payload
,
Ctx
>
,
)
:
MaybePromise
<
NotificationChannelResult
|
undefined
>
Parameters
args
:
NotificationChannelHandleArgs
<
Payload
,
Ctx
>
Returns
MaybePromise
<
NotificationChannelResult
|
undefined
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Beignet API reference
Loading...
Handler for one notification channel.