JME - Application Documentation
    Preparing search index...

    Type Alias SharedState

    The subset of application state that is synchronised between peers

    type SharedState = {
        isConfigConfirmed: boolean;
        junctionConfig: JunctionConfig;
        simulationConfig: SimConfig;
    }
    Index

    Properties

    isConfigConfirmed: boolean
    junctionConfig: JunctionConfig
    simulationConfig: SimConfig