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 fced3bf commit 2fe0714Copy full SHA for 2fe0714
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