SW Combine SDK
    Preparing search index...

    Interface Sector

    interface Sector {
        colour?: GalaxyColour;
        controlledby?: GalaxyReference;
        coordinates?: GalaxyCoordinatePointCollection;
        name: string;
        population?: number;
        systems?: GalaxySystemsCollection;
        uid: string;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index

    Properties

    colour?: GalaxyColour
    controlledby?: GalaxyReference
    name: string
    population?: number
    uid: string