RTCForge API Reference v1.1.1
    Preparing search index...

    Interface CascadeLink

    A directed parent-to-child forwarding edge in a CascadePlan.

    interface CascadeLink {
        from: string;
        to: string;
    }
    Index

    Properties

    Properties

    from: string

    Identifier of the parent (forwarding) node.

    to: string

    Identifier of the child (receiving) node.