Skip to content

MeshFlow Core API


MeshFlow Core API / MeshFlowGroupNode

Interface: MeshFlowGroupNode<P>

Defined in: types/types.ts:184

Description

group节点类型

Type Parameters

P

P extends MeshPath = MeshPath

Properties

children

children: P[]

Defined in: types/types.ts:191


createView

createView: (extraProps?) => any

Defined in: types/types.ts:194

Parameters

extraProps?

Record<string, any>

Returns

any


dirtySignal

dirtySignal: any

Defined in: types/types.ts:192


meta

meta: Record<string, any>

Defined in: types/types.ts:193


path

path: P

Defined in: types/types.ts:185


type

type: "group"

Defined in: types/types.ts:187


uid

uid: number

Defined in: types/types.ts:186