Skip to content

Commit 1237636

Browse files
committed
Add editing to interface
1 parent febaa98 commit 1237636

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/schema/src/interfaces.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,7 @@ export interface IJupyterGISModel extends DocumentRegistry.IModel {
240240
): { [key: string]: ISelection } | null;
241241
setEditingItem(type: SelectionType, itemId: string): void;
242242
clearEditingItem(): void;
243+
readonly editing: { type: SelectionType; itemId: string } | null;
243244
editingChanged: ISignal<
244245
IJupyterGISModel,
245246
{ type: SelectionType; itemId: string } | null

0 commit comments

Comments
 (0)