KVarObject
kds-plugin-document / Exports / KVarObject
Interface: KVarObject
变量化对象 变量化模型的参数对象
The KVarObject class contains the parameters which define the model.
Hierarchy
KVarObject
Table of contents
Methods
Methods
getChildren
▸ getChildren(): KVarObject
[]
获取变量化对象嵌套的子对象
get the child varObjects of KVarObject
Returns
the child varObjects
Defined in
api.d.ts:4473
getType
▸ getType(): KVarObjectType
获取变量化对象类型
Get the type of KVarObject.
Returns
The type of KVarObject.
Defined in
api.d.ts:4465