Skip to content

@sqlrooms/vega / VegaChartToolOptions

Type Alias: VegaChartToolOptions

VegaChartToolOptions = object

Options for creating a VegaChart tool

Properties

description?

optional description: string

Custom description for the tool


embedOptions?

optional embedOptions: EmbedOptions

Vega embed options


editable?

optional editable: boolean

Whether editing is enabled

Default

ts
true

editorMode?

optional editorMode: EditorMode

Which editors to show when editing

Default

ts
'both'