Skip to content

View

A View is an embedded KX Dashboard used to build interactive visualizations of package data in kdb Insights Enterprise. Views can contain charts, maps, data grids, and other components used to explore and analyze deployed data.

Key Value
type object
relationship Package -> View
object path $.views[*]
package file path {package-root}/views/{view-name}.yaml
cli commands kxi package add --to $PKG view --name $VIEW
kxi package rm --from $PKG view --name $VIEW

Fields

Field Type Required Description Constraints Default
creationDate string | null no - - null
data object no - - {"advancedCss": "", "borderBackground": "000000", "borderColor": "000000", "borderRounding": 0, "borderShadow": false, "borderSpacing": 0, "borderWidth": 0, "colCount": 36, "cssClasses": "", "dashboardTheme": "Light", "data": {}, "enableShareDashboard": false, "floatable": true, "name": "View 1", "notifications": "", "popups": [], "relativeHeight": true, "rowCount": 38, "rowHeight": 12, "saveViewerState": "enabled", "screens": [], "showLoadingIndicators": true, "themeSwitchable": true, "title": "View 1", "transparentBackground": true, "unsavedViewerPrompt": false, "version": "", "viewState": {}, "wasChanged": false, "widgetsSpacing": 0, "worksheetPadding": 10}
lastUpdateDate string no - - ""
metadata ComponentMetadata | null no - - null
name string no - - ""
screenDetails array<any> | null no - - null
thumb string | null no - - null
uuid string | null no - format: "uuid" -

Used In

Back to top