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

Interface: TileDBImageVisualizationOptions

Hierarchy

Table of contents

Properties

Properties

data

data: string

Data to render [all modes]

Defined in

image/image.ts:18


height

Optional height: string

Height of widget canvas in pixels

Inherited from

TileDBVisualizationBaseOptions.height

Defined in

base/base.ts:16


inspector

Optional inspector: boolean

Show BabylonJS inspector

Inherited from

TileDBVisualizationBaseOptions.inspector

Defined in

base/base.ts:28


moveSpeed

Optional moveSpeed: number

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

Inherited from

TileDBVisualizationBaseOptions.moveSpeed

Defined in

base/base.ts:24


rootElement

rootElement: HTMLElement

The HTML element to render the canvas

Inherited from

TileDBVisualizationBaseOptions.rootElement

Defined in

base/base.ts:32


wheelPrecision

Optional wheelPrecision: number

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

Inherited from

TileDBVisualizationBaseOptions.wheelPrecision

Defined in

base/base.ts:20


width

Optional width: string

Width of widget canvas in pixels

Inherited from

TileDBVisualizationBaseOptions.width

Defined in

base/base.ts:12


xyBbox

xyBbox: number[]

The min and max values of x and y

Defined in

image/image.ts:22