Blockbench Reference Docs
Preparing search index...
custom/undo
UndoEntry
Type Alias UndoEntry
type
UndoEntry
=
{
action
:
string
;
before
?:
UndoSave
;
post
?:
UndoSave
;
selection_before
?:
UndoSelectionSave
;
selection_post
?:
UndoSelectionSave
;
time
:
number
;
type
:
"original"
|
"edit"
|
"selection"
;
}
Index
Properties
action
before?
post?
selection_
before?
selection_
post?
time
type
Properties
action
action
:
string
Optional
before
before
?:
UndoSave
Optional
post
post
?:
UndoSave
Optional
selection_
before
selection_before
?:
UndoSelectionSave
Optional
selection_
post
selection_post
?:
UndoSelectionSave
time
time
:
number
type
type
:
"original"
|
"edit"
|
"selection"
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
action
before
post
selection_
before
selection_
post
time
type
Blockbench Reference Docs
Loading...