mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-23 01:25:38 -05:00
Fix cell attachment types (#14485)
This commit is contained in:
@@ -80,7 +80,7 @@ export class CellModel extends Disposable implements ICellModel {
|
||||
private _isParameter: boolean;
|
||||
private _onParameterStateChanged = new Emitter<boolean>();
|
||||
private _isInjectedParameter: boolean;
|
||||
private _attachments: nb.ICellAttachment;
|
||||
private _attachments: nb.ICellAttachments;
|
||||
|
||||
constructor(cellData: nb.ICellContents,
|
||||
private _options: ICellModelOptions,
|
||||
|
||||
@@ -530,7 +530,7 @@ export interface ICellModel {
|
||||
sendChangeToNotebook(change: NotebookChangeType): void;
|
||||
cellSourceChanged: boolean;
|
||||
readonly savedConnectionName: string | undefined;
|
||||
readonly attachments: nb.ICellAttachment;
|
||||
readonly attachments: nb.ICellAttachments;
|
||||
readonly currentMode: CellEditModes;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user