mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-07 01:25:38 -05:00
add toggle button for properties container (#16335)
This commit is contained in:
7
src/sql/azdata.proposed.d.ts
vendored
7
src/sql/azdata.proposed.d.ts
vendored
@@ -1016,4 +1016,11 @@ declare module 'azdata' {
|
||||
export interface VisualizationOptions {
|
||||
type: VisualizationType;
|
||||
}
|
||||
|
||||
export interface PropertiesContainerComponentProperties {
|
||||
/**
|
||||
* Whether to show the button that will hide/show the content of the container. Default value is false.
|
||||
*/
|
||||
showToggleButton?: boolean;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user