@tiledb-inc/viz-core / Exports / TileDBVisualizationBaseOptions

Interface: TileDBVisualizationBaseOptions

Hierarchy

Table of contents

Properties

Properties

height

Optional height: string

Height of widget canvas in pixels

Defined in

base/base.ts:16


inspector

Optional inspector: boolean

Show BabylonJS inspector

Defined in

base/base.ts:28


moveSpeed

Optional moveSpeed: number

When camera view in first-person determines how fast to move

Defined in

base/base.ts:24


rootElement

rootElement: HTMLElement

The HTML element to render the canvas

Defined in

base/base.ts:32


wheelPrecision

Optional wheelPrecision: number

Gets or Set the mouse wheel precision or how fast is the camera zooming.

Defined in

base/base.ts:20


width

Optional width: string

Width of widget canvas in pixels

Defined in

base/base.ts:12