We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent febaa98 commit 1237636Copy full SHA for 1237636
packages/schema/src/interfaces.ts
@@ -240,6 +240,7 @@ export interface IJupyterGISModel extends DocumentRegistry.IModel {
240
): { [key: string]: ISelection } | null;
241
setEditingItem(type: SelectionType, itemId: string): void;
242
clearEditingItem(): void;
243
+ readonly editing: { type: SelectionType; itemId: string } | null;
244
editingChanged: ISignal<
245
IJupyterGISModel,
246
{ type: SelectionType; itemId: string } | null
0 commit comments