Skip to content

Documentation v1.0.0


Documentation / @openassistant/vegalite / VegaLiteOutputData

Type Alias: VegaLiteOutputData ​

VegaLiteOutputData = VegaLitePlotAdditionalData & object

Defined in: vega-plot-component.tsx:13

Type Declaration ​

height? ​

optional height: number

id? ​

optional id: string

isDraggable? ​

optional isDraggable: boolean

isExpanded? ​

optional isExpanded: boolean

setIsExpanded()? ​

optional setIsExpanded: (isExpanded) => void

Parameters ​

isExpanded ​

boolean

Returns ​

void

showMore? ​

optional showMore: boolean

theme? ​

optional theme: string

width? ​

optional width: number

Released under the MIT License.