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

Interface: TileDBMBRSVisualizationOptions

Hierarchy

Table of contents

Properties

Properties

data

data: Object

Data to render [all modes]

Type declaration

Name Type
Xmax number[]
Xmin number[]
Ymax number[]
Ymin number[]
Zmax number[]
Zmin number[]

Defined in

mbrs/mbrs.ts:18


extents

extents: number[]

Defined in

mbrs/mbrs.ts:30


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


zScale

zScale: number

The extends (min/max) of each mbrs

Defined in

mbrs/mbrs.ts:29