Saxonberg Server API
    Preparing search index...

    Interface DialogueEntry

    A candidate root node, gated by an optional guard conjunction.

    interface DialogueEntry {
        guard?: DialogueGuard[];
        node: string;
    }
    Index

    Properties

    Properties

    guard?: DialogueGuard[]

    All must pass (AND). Empty / absent ⇒ always eligible.

    node: string

    Node id; must exist in DialogueTree.nodes.