@advjs/monorepo / @advjs/types / AdvEndNode
Interface: AdvEndNode
Defined in: packages/types/src/flow/node.ts:100
结束节点
Runtime
Extends
Properties
id
id:
string
Defined in: packages/types/src/flow/node.ts:10
Inherited from
target?
optional
target:string
| {chapterId
:string
;nodeId
:string
; }
Defined in: packages/types/src/flow/node.ts:22
目标节点
默认跳转当前章节下的节点
Runtime
Inherited from
type
type:
"end"
Defined in: packages/types/src/flow/node.ts:101
节点类型