Skip to content

MeshFlow Core API


MeshFlow Core API / MeshFlowGroupNode

Interface: MeshFlowGroupNode<P>

Defined in: types/types.ts:217

Description

group节点类型

Type Parameters

P

P extends MeshPath = MeshPath

Properties

children

children: P[]

Defined in: types/types.ts:224


createView

createView: (extraProps?) => any

Defined in: types/types.ts:227

Parameters

extraProps?

Record<string, any>

Returns

any


dirtySignal

dirtySignal: any

Defined in: types/types.ts:225


meta

meta: Record<string, any>

Defined in: types/types.ts:226


path

path: P

Defined in: types/types.ts:218


type

type: "group"

Defined in: types/types.ts:220


uid

uid: number

Defined in: types/types.ts:219