Technical Elements Documentation
    Preparing search index...

    Interface representing a branch in an event tree. Branches contain paths to other branches, sequences, or end states.

    HLR-ES-A, ES-A5, ES-B5

    interface EventTreeBranch {
        functionalEventId?: string;
        instructions?: string[];
        label?: string;
        name: string;
        paths: EventTreePath[];
    }

    Hierarchy

    • Unique
    • Named
      • EventTreeBranch
    Index

    Properties

    functionalEventId?: string

    Functional event associated with this branch

    instructions?: string[]

    Instructions or logic for this branch

    label?: string

    Optional descriptive label

    name: string

    Unique name/identifier for the branch

    paths: EventTreePath[]

    Paths from this branch