Skip to content

@advjs/monorepo / @advjs/types / AdvTachieNode

Interface: AdvTachieNode

Defined in: packages/types/src/flow/node.ts:45

Extends

Properties

action

action: "enter" | "exit"

Defined in: packages/types/src/flow/node.ts:60

动作


enter?

optional enter: string | string[]

Defined in: packages/types/src/flow/node.ts:62


exit?

optional exit: string | string[]

Defined in: packages/types/src/flow/node.ts:63


id

id: string

Defined in: packages/types/src/flow/node.ts:10

Inherited from

AdvBaseNode.id


name

name: string

Defined in: packages/types/src/flow/node.ts:50

角色名称


status

status: string

Defined in: packages/types/src/flow/node.ts:56

角色状态

Default

ts
'default'

target?

optional target: string | { chapterId: string; nodeId: string; }

Defined in: packages/types/src/flow/node.ts:22

目标节点

默认跳转当前章节下的节点

Runtime

Inherited from

AdvBaseNode.target


type

type: "tachie"

Defined in: packages/types/src/flow/node.ts:46

节点类型

Overrides

AdvBaseNode.type