Skip to main content
Version: Next

carta-frontend/utilities

Index

Classes

Enumerations

Functions

Interfaces

Type Aliases

Variables

Type Aliases

ColumnArray

ColumnArray: (string | null | undefined)[] | (boolean | undefined)[] | (number | undefined)[]

TypedArray

TypedArray: Int8Array | Uint8Array | Int16Array | Uint16Array | Int32Array | Uint32Array | Float32Array | Float64Array

VizierResource

VizierResource: { coosys: VizierCoosys; description: string | null; id: string | null; name: string | null; table: VizierTable }

Type declaration

  • coosys: VizierCoosys
  • description: string | null
  • id: string | null
  • name: string | null
  • table: VizierTable

Variables

constAUTO_COLOR_OPTIONS

AUTO_COLOR_OPTIONS: string[] = ...

constDEFAULT_COLOR

DEFAULT_COLOR: any = ...

constGL2

GL2: new () => WebGL2RenderingContext = WebGL2RenderingContext

Type declaration

    • new (): WebGL2RenderingContext
    • Returns WebGL2RenderingContext

constSPEED_OF_LIGHT

SPEED_OF_LIGHT: 299792458 = 299792458

constSWATCH_COLORS

SWATCH_COLORS: any[] = ...

constTemplateNodes

TemplateNodes: { WebGL2ErrorMessage: any; WebGLErrorMessage: any } = ...

Type declaration

  • WebGL2ErrorMessage: any
  • WebGLErrorMessage: any