Skip to content

@sqlrooms/mosaic / ChartBuilderField

Interface: ChartBuilderField

Describes a field selector in a chart builder UI

Properties

key

key: string

Unique key for this field


label

label: string

Display label


required?

optional required: boolean

Whether the field is required


types?

optional types: string[]

Filter columns by DuckDB type (e.g. 'INTEGER', 'VARCHAR', 'DOUBLE')