KGroupInstanceRef
kds-plugin-document / Exports / KGroupInstanceRef
Interface: KGroupInstanceRef
成组实例的变量化对象引用
The KGroupInstanceRef class represent the reference of groupInstance.
Hierarchy
↳
KGroupInstanceRef
Table of contents
Methods
Methods
getChildren
▸ getChildren(): KVarObject[]
获取变量化对象嵌套的子对象
get the child varObjects of KVarObject
Returns
the child varObjects
Inherited from
Defined in
api.d.ts:4810
getRef
▸ getRef(): KGroupInstance
获取成组实例
Get the groupInstance ref.
Returns
The groupInstance.
Defined in
api.d.ts:3479
getType
▸ getType(): KVarObjectType
获取变量化对象类型
Get the type of KVarObject.
Returns
The type of KVarObject.
Inherited from
Defined in
api.d.ts:4802