mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-05 17:23:51 -05:00
radio card change (#12049)
* radio card change * Clone the object * freeze change description * Change to deepClone
This commit is contained in:
5
src/sql/azdata.proposed.d.ts
vendored
5
src/sql/azdata.proposed.d.ts
vendored
@@ -174,7 +174,10 @@ declare module 'azdata' {
|
||||
}
|
||||
|
||||
export interface RadioCardGroupComponent extends Component, RadioCardGroupComponentProperties {
|
||||
onSelectionChanged: vscode.Event<any>;
|
||||
/**
|
||||
* The card object returned from this function is a clone of the internal representation - changes will not impact the original object
|
||||
*/
|
||||
onSelectionChanged: vscode.Event<{ cardId: string; card?: RadioCard }>;
|
||||
}
|
||||
|
||||
export interface SeparatorComponent extends Component {
|
||||
|
||||
Reference in New Issue
Block a user