文本可能被解析为会话

interface Dialog {
    character: AdvAst.Character;
    children: PhrasingContent[];
    type: "dialog";
}

Hierarchy (view full)

Properties

character: AdvAst.Character
children: PhrasingContent[]
type: "dialog"

Generated using TypeDoc