Loom Engine - v3.1.1
GitHub
TheWorldTable.ai
Preparing search index...
ActionHistoryOptions
Interface ActionHistoryOptions
interface
ActionHistoryOptions
{
capacity
?:
number
;
onApplied
?:
(
action
:
HistoryAction
)
=>
void
;
onUndone
?:
(
action
:
HistoryAction
)
=>
void
;
}
Index
Properties
capacity?
on
Applied?
on
Undone?
Properties
Optional
capacity
capacity
?:
number
Optional
on
Applied
onApplied
?:
(
action
:
HistoryAction
)
=>
void
Optional
on
Undone
onUndone
?:
(
action
:
HistoryAction
)
=>
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
capacity
on
Applied
on
Undone
GitHub
TheWorldTable.ai
Loom Engine - v3.1.1
Loading...