WebCAD-Lib-TS API 文档 - v1.0.0
Preparing search index...
BlockRemoveUndoCommand
Class BlockRemoveUndoCommand
块移除撤销命令类 用于撤销块移除操作
Hierarchy (
View Summary
)
UndoCommandBase
BlockRemoveUndoCommand
Index
Constructors
constructor
Properties
res
List
blocks
type
Methods
pop
Undo
push
Redo
Constructors
constructor
new
BlockRemoveUndoCommand
(
t
:
any
,
e
:
any
[]
)
:
BlockRemoveUndoCommand
Parameters
t
:
any
e
:
any
[]
Returns
BlockRemoveUndoCommand
Properties
res
List
resList
:
any
[]
blocks
blocks
:
any
type
type
:
string
Methods
pop
Undo
popUndo
()
:
number
执行撤销操作
Returns
number
撤销结果代码
push
Redo
pushRedo
()
:
number
执行重做操作
Returns
number
重做结果代码
Settings
Member Visibility
Protected
Internal
Alpha
Beta
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
res
List
blocks
type
Methods
pop
Undo
push
Redo
WebCAD-Lib-TS API 文档 - v1.0.0
Loading...
块移除撤销命令类 用于撤销块移除操作