Skip to main content

KGroupInstanceRef

kds-plugin-document / Exports / KGroupInstanceRef

Interface: KGroupInstanceRef

成组实例的变量化对象引用

The KGroupInstanceRef class represent the reference of groupInstance.

Hierarchy

Table of contents

Methods

Methods

getChildren

getChildren(): KVarObject[]

获取变量化对象嵌套的子对象

get the child varObjects of KVarObject

Returns

KVarObject[]

the child varObjects

Inherited from

KVarObject.getChildren

Defined in

api.d.ts:4590


getRef

getRef(): KGroupInstance

获取成组实例

Get the groupInstance ref.

Returns

KGroupInstance

The groupInstance.

Defined in

api.d.ts:3308


getType

getType(): KVarObjectType

获取变量化对象类型

Get the type of KVarObject.

Returns

KVarObjectType

The type of KVarObject.

Inherited from

KVarObject.getType

Defined in

api.d.ts:4582