Eulergraph
    Preparing search index...

    Type Alias CargoModel

    type CargoModel = {
        attrs: Record<string, string>;
        axles: Record<string, string>[];
        fixPoints: Record<string, Record<string, string>[]>;
        gravityCenter: Record<string, string>;
        name: string;
        views: UngredView;
    }
    Index

    Properties

    attrs: Record<string, string>
    axles: Record<string, string>[]
    fixPoints: Record<string, Record<string, string>[]>
    gravityCenter: Record<string, string>
    name: string
    views: UngredView