JME - Application Documentation
    Preparing search index...

    Type Alias JunctionLink

    A link connecting two exit arms across different junctions

    type JunctionLink = {
        id: string;
        objectPair: [ExitRef, ExitRef];
    }
    Index

    Properties

    Properties

    id: string
    objectPair: [ExitRef, ExitRef]