Files
superset2/docs/developer_docs_versioned_docs/version-6.1.0/api/schemas/dashboardpermalinkstateschema.Schema.json
2026-07-28 21:39:01 +07:00

40 lines
1.0 KiB
JSON

{
"schema": {
"properties": {
"activeTabs": {
"description": "Current active dashboard tabs",
"items": { "type": "string" },
"nullable": true,
"type": "array"
},
"anchor": {
"description": "Optional anchor link added to url hash",
"nullable": true,
"type": "string"
},
"chartStates": {
"description": "Chart-level state for stateful tables (column order, sorting, filtering)",
"nullable": true,
"type": "object"
},
"dataMask": {
"description": "Data mask used for native filter state",
"nullable": true,
"type": "object"
},
"urlParams": {
"description": "URL Parameters",
"items": {
"description": "URL Parameter key-value pair",
"nullable": true
},
"nullable": true,
"type": "array"
}
},
"type": "object",
"title": "DashboardPermalinkStateSchema"
},
"schemaType": "response"
}