EntityCommands
此内容尚不支持你的语言。
Defined in: commands.ts:69
Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new EntityCommands(
commands,entity,name?):EntityCommands
Defined in: commands.ts:76
Parameters
Section titled “Parameters”commands
Section titled “commands”entity
Section titled “entity”number | null
string
Returns
Section titled “Returns”EntityCommands
Methods
Section titled “Methods”finalize()
Section titled “finalize()”finalize():
void
Defined in: commands.ts:121
Returns
Section titled “Returns”void
id():
number
Defined in: commands.ts:114
Returns
Section titled “Returns”number
insert()
Section titled “insert()”insert<
T>(component,data?):this
Defined in: commands.ts:89
Type Parameters
Section titled “Type Parameters”T extends object
Parameters
Section titled “Parameters”component
Section titled “component”Partial<T>
Returns
Section titled “Returns”this
remove()
Section titled “remove()”remove(
component):this
Defined in: commands.ts:107
Parameters
Section titled “Parameters”component
Section titled “component”Returns
Section titled “Returns”this