SW Combine SDK
    Preparing search index...

    Interface GalaxyGridPointAttributes

    interface GalaxyGridPointAttributes {
        code: string;
        href: string;
        uid: string;
        x: string | number;
        y: string | number;
    }
    Index

    Properties

    Properties

    code: string
    href: string
    uid: string
    x: string | number
    y: string | number