Skip to main content
Version: 4.1.0

carta-frontend/utilities

Index

Classes

Enumerations

Functions

Interfaces

Type Aliases

Variables

Type Aliases

ColumnArray

ColumnArray: string[] | boolean[] | number[]

TypedArray

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

VizierResource

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

Type declaration

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

Variables

constAUTO_COLOR_OPTIONS

AUTO_COLOR_OPTIONS: string[] = ...

constDEFAULT_COLOR

DEFAULT_COLOR: string = ...

constGL2

GL2: new () => WebGL2RenderingContext = WebGL2RenderingContext

Type declaration

    • new (): WebGL2RenderingContext
    • Returns WebGL2RenderingContext

constSPEED_OF_LIGHT

SPEED_OF_LIGHT: 299792458 = 299792458

constSWATCH_COLORS

SWATCH_COLORS: string[] = ...

constTemplateNodes

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

Type declaration

  • WebGL2ErrorMessage: Element
  • WebGLErrorMessage: Element