SandDance

Index

Type aliases

DataExportType

DataExportType: DataFileType | "html"

DataFileType

DataFileType: "json" | "csv" | "tsv" | "topojson"

Variables

Const Explorer

Explorer: typeof Explorer_Class = ...

Const capabilities

capabilities: { webgl: boolean; webgl2: boolean } = ...

Type declaration

  • webgl: boolean
  • webgl2: boolean

Const themePalettes

themePalettes: {} = {}

Type declaration

  • [theme: string]: Partial<FluentUITypes.IPalette>

Const version

version: string = 'DEBUG'

Functions

getColorSettingsFromThemePalette

  • getColorSettingsFromThemePalette(themePalette: Partial<FluentUITypes.IPalette>): Partial<ColorSettings>

getEmbedHTML

  • getEmbedHTML(data: object[], displayName: string, snapshots?: Snapshot[]): string

use

  • use(fluentUI: FluentUIComponents, react: typeof React, reactDOM: typeof ReactDOM, vega: VegaBase): void
  • Specify the dependency libraries to use for rendering.

    Parameters

    • fluentUI: FluentUIComponents

      FluentUI React library.

    • react: typeof React

      React library.

    • reactDOM: typeof ReactDOM
    • vega: VegaBase

      Vega library.

    Returns void

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc