uiconfig.js
Preparing search index...
ActionCommand
Interface ActionCommand<TA>
interface
ActionCommand
<
TA
=
any
[]
>
{
args
:
TA
;
onUndoRedo
?:
(
c
:
ActionUndoCommand
)
=>
void
;
redo
:
()
=>
any
;
target
:
object
;
type
:
"UiConfigMethods_action"
;
uid
:
UiObjectConfig
;
undo
:
()
=>
any
;
}
Type Parameters
TA
=
any
[]
Hierarchy
ActionUndoCommand
<
typeof
action
,
UiObjectConfig
,
TA
>
ActionCommand
Index
Properties
args
on
Undo
Redo?
redo
target
type
uid
undo
Properties
args
args
:
TA
Optional
on
Undo
Redo
onUndoRedo
?:
(
c
:
ActionUndoCommand
)
=>
void
redo
redo
:
()
=>
any
target
target
:
object
type
type
:
"UiConfigMethods_action"
uid
uid
:
UiObjectConfig
undo
undo
:
()
=>
any
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
args
on
Undo
Redo
redo
target
type
uid
undo
uiconfig.js
Loading...