mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-26 17:23:15 -05:00
Add collapsed argument to insertCell extension method. (#7635)
This commit is contained in:
3
src/sql/azdata.d.ts
vendored
3
src/sql/azdata.d.ts
vendored
@@ -4440,8 +4440,9 @@ declare module 'azdata' {
|
||||
*
|
||||
* @param index The position where the new text should be inserted.
|
||||
* @param value The new text this operation should insert.
|
||||
* @param collapsed The collapsed state of the new cell. Default value is `false` if not provided.
|
||||
*/
|
||||
insertCell(value: ICellContents, index?: number): void;
|
||||
insertCell(value: ICellContents, index?: number, collapsed?: boolean): void;
|
||||
|
||||
/**
|
||||
* Delete a certain cell.
|
||||
|
||||
Reference in New Issue
Block a user