@advjs/monorepo / @advjs/types / AdvFountainNode
Interface: AdvFountainNode
Defined in: packages/types/src/flow/node.ts:107
use fountain to write dialogues
Extends
Properties
ast?
optional
ast:Root
Defined in: packages/types/src/flow/node.ts:125
解析后的语法树
id
id:
string
Defined in: packages/types/src/flow/node.ts:10
Inherited from
order?
optional
order:number
Defined in: packages/types/src/flow/node.ts:120
运行时索引顺序
Runtime
Default
ts
0
src
src:
string
Defined in: packages/types/src/flow/node.ts:112
fountain file path
target?
optional
target:string
| {chapterId
:string
;nodeId
:string
; }
Defined in: packages/types/src/flow/node.ts:22
目标节点
默认跳转当前章节下的节点
Runtime
Inherited from
type
type:
"fountain"
Defined in: packages/types/src/flow/node.ts:108
节点类型