mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-31 09:35:39 -05:00
Save charting state in SQL notebooks. (#9789)
This commit is contained in:
3
src/sql/azdata.d.ts
vendored
3
src/sql/azdata.d.ts
vendored
@@ -4678,6 +4678,9 @@ declare module 'azdata' {
|
||||
|
||||
export interface ICellOutput {
|
||||
output_type: OutputTypeName;
|
||||
metadata?: {
|
||||
azdata_chartOptions?: any;
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user