Skip to content

@advjs/monorepo / @advjs/types / AdvAst / Dialog

Interface: Dialog

Defined in: packages/types/src/ast/index.ts:80

文本可能被解析为会话

Extends

Properties

character

character: Character

Defined in: packages/types/src/ast/index.ts:82


children

children: PhrasingContent[]

Defined in: packages/types/src/ast/index.ts:83


type

type: "dialog"

Defined in: packages/types/src/ast/index.ts:81

Overrides

Node.type