Interface SurfaceMetaAndValues

Surfaces meta data as received from surface API with surface values injected

Hierarchy

  • SurfaceMetaAndValues

Properties

Properties

data: {
    values: number[];
}

Type declaration

  • values: number[]
visualSettings: {
    colors: {
        crossSection: string;
    };
    crossSection: string;
    displayName: string;
}

Type declaration

  • colors: {
        crossSection: string;
    }
    • crossSection: string
  • crossSection: string
  • displayName: string

Generated using TypeDoc