JME - Application Documentation
    Preparing search index...

    Type Alias SaveFile

    Shape of the persisted save file.

    type SaveFile = {
        junctionConfig: JunctionConfig;
        name: string;
        savedAt: string;
        simConfig: SimConfig;
        version: 1;
    }
    Index

    Properties

    junctionConfig: JunctionConfig
    name: string
    savedAt: string
    simConfig: SimConfig
    version: 1