Loom Engine - v3.1.1
GitHub
TheWorldTable.ai
Preparing search index...
FrameBudgetTaskDef
Interface FrameBudgetTaskDef
interface
FrameBudgetTaskDef
{
id
?:
string
;
priority
?:
number
;
step
:
()
=>
boolean
;
onComplete
?:
()
=>
void
;
onCancel
?:
()
=>
void
;
}
Index
Properties
id?
priority?
step
on
Complete?
on
Cancel?
Properties
Optional
id
id
?:
string
Optional
priority
priority
?:
number
step
step
:
()
=>
boolean
Optional
on
Complete
onComplete
?:
()
=>
void
Optional
on
Cancel
onCancel
?:
()
=>
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
priority
step
on
Complete
on
Cancel
GitHub
TheWorldTable.ai
Loom Engine - v3.1.1
Loading...