Loom Engine - v0.10.1
GitHub
TheWorldTable.ai
Preparing search index...
EventEnvelope
Interface EventEnvelope<T>
interface
EventEnvelope
<
T
extends
DirectorEventType
=
DirectorEventType
>
{
id
:
number
;
ts
:
number
;
type
:
T
;
character_id
:
string
;
encounter_id
:
string
|
null
;
priority
?:
EventPriority
;
data
:
DirectorEventDataMap
[
T
]
;
}
Type Parameters
T
extends
DirectorEventType
=
DirectorEventType
Index
Properties
id
ts
type
character_
id
encounter_
id
priority?
data
Properties
id
id
:
number
ts
ts
:
number
type
type
:
T
character_
id
character_id
:
string
encounter_
id
encounter_id
:
string
|
null
Optional
priority
priority
?:
EventPriority
data
data
:
DirectorEventDataMap
[
T
]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
ts
type
character_
id
encounter_
id
priority
data
GitHub
TheWorldTable.ai
Loom Engine - v0.10.1
Loading...