Skip to main content

Documentation index: llms.txt. This page is also available as markdown: append .md to this URL or send Accept: text/markdown.

DashboardType

The flavour of dashboard (e.g. tableau)

enum DashboardType {
DASHBOARD
TILE
VIZ_MODEL
}

Values

DashboardType.DASHBOARD

Visualization composed of one or more tiles

DashboardType.TILE

Atomic visualization component

DashboardType.VIZ_MODEL

Visualization modeling layer with fields

Member Of