Beignet API reference
Preparing search index...
@beignet/core
server
RuntimeManifest
Interface RuntimeManifest
interface
RuntimeManifest
{
listeners
:
readonly
ListenerDef
<
EventDef
<
string
,
StandardSchema
>
,
unknown
,
string
,
>
[]
;
outbox
:
{
events
:
readonly
EventPayloadDef
<
string
,
StandardSchema
>
[]
;
jobs
:
readonly
JobDef
<
string
,
StandardSchema
,
unknown
>
[]
;
}
;
schedules
:
readonly
ScheduleDef
<
string
,
StandardSchema
,
unknown
>
[]
;
tasks
:
readonly
TaskDef
<
string
,
StandardSchema
,
unknown
,
unknown
>
[]
;
}
Index
Properties
listeners
outbox
schedules
tasks
Properties
Readonly
listeners
listeners
:
readonly
ListenerDef
<
EventDef
<
string
,
StandardSchema
>
,
unknown
,
string
,
>
[]
Readonly
outbox
outbox
:
{
events
:
readonly
EventPayloadDef
<
string
,
StandardSchema
>
[]
;
jobs
:
readonly
JobDef
<
string
,
StandardSchema
,
unknown
>
[]
;
}
Readonly
schedules
schedules
:
readonly
ScheduleDef
<
string
,
StandardSchema
,
unknown
>
[]
Readonly
tasks
tasks
:
readonly
TaskDef
<
string
,
StandardSchema
,
unknown
,
unknown
>
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
listeners
outbox
schedules
tasks
Beignet API reference
Loading...