Loom Engine - v3.1.1
GitHub
TheWorldTable.ai
Preparing search index...
MutationNode
Type Alias MutationNode
MutationNode
:
|
{
type
:
"set_prop"
|
"add_prop"
|
"sub_prop"
;
target
:
string
;
property
:
string
;
value
:
ExprNode
;
}
|
{
type
:
"add_tag"
|
"remove_tag"
;
target
:
string
;
tag
:
string
}
|
{
type
:
"if"
;
condition
:
DegreeCond
;
then
:
MutationNode
[]
;
else
?:
MutationNode
[]
;
}
|
{
type
:
"foreach_target"
;
select
:
{
tag
:
string
;
limit
?:
number
}
;
mutations
:
MutationNode
[]
;
}
|
{
type
:
"repeat"
;
count
:
number
;
mutations
:
MutationNode
[]
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
GitHub
TheWorldTable.ai
Loom Engine - v3.1.1
Loading...