Loom Engine - v3.1.1
GitHub
TheWorldTable.ai
Preparing search index...
SpawnDirectorOptions
Interface SpawnDirectorOptions
interface
SpawnDirectorOptions
{
globalBudget
?:
number
;
context
?:
Record
<
string
,
unknown
>
;
onSpawned
?:
(
ruleId
:
string
)
=>
void
;
onRejected
?:
(
ruleId
:
string
,
reason
:
SpawnRejectReason
)
=>
void
;
}
Index
Properties
global
Budget?
context?
on
Spawned?
on
Rejected?
Properties
Optional
global
Budget
globalBudget
?:
number
Optional
context
context
?:
Record
<
string
,
unknown
>
Optional
on
Spawned
onSpawned
?:
(
ruleId
:
string
)
=>
void
Optional
on
Rejected
onRejected
?:
(
ruleId
:
string
,
reason
:
SpawnRejectReason
)
=>
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
global
Budget
context
on
Spawned
on
Rejected
GitHub
TheWorldTable.ai
Loom Engine - v3.1.1
Loading...