feat(web): hydrate dashboard tiles independently
This commit is contained in:
parent
021f2cf20e
commit
23c8f0964c
7 changed files with 642 additions and 20 deletions
|
|
@ -18,6 +18,9 @@ export interface DashboardRuntimeReady {
|
|||
document: DashboardDocument;
|
||||
schemaVersion: string;
|
||||
currentRevisionId: string;
|
||||
liveDatasourceHydration?: {
|
||||
enabled: boolean;
|
||||
};
|
||||
}
|
||||
|
||||
export interface DashboardRuntimeEmpty {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue