Saxonberg Server API
    Preparing search index...

    Interface DialogueTree

    A whole tree — the tree-dialogue brain spec's config.

    interface DialogueTree {
        entry: DialogueEntry[];
        nodes: Record<string, DialogueNode>;
    }
    Index

    Properties

    Properties

    entry

    entry: DialogueEntry[]

    Guard-selected root; the first entry whose guards all pass wins.

    nodes: Record<string, DialogueNode>

    Node table, keyed by node id.