SW Combine SDK
    Preparing search index...

    Interface GalaxyCoordinatePoint

    interface GalaxyCoordinatePoint {
        attributes?: { x: string | number; y: string | number } | null;
    }
    Index

    Properties

    Properties

    attributes?: { x: string | number; y: string | number } | null