You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -84,7 +84,7 @@ Its `title` property is a human-readable description of the edit.
84
84
85
85
The `squash` flag indicates whether the edit should be merged with the previous edit in the history.
86
86
87
-
#### `Edit` type
87
+
#### `EditV2` type
88
88
The `EditDetailV2` defined above contains an `edit` of this type:
89
89
90
90
```typescript
@@ -153,86 +153,6 @@ declare global {
153
153
}
154
154
```
155
155
156
-
### `WizardEvent`
157
-
158
-
The **wizard event** allows the plugin to request opening a modal dialog enabling the user to edit an arbitrary SCL `element`, regardless of how the dialog for editing this particular type of element looks and works.
159
-
160
-
```typescript
161
-
/* eslint-disable no-undef */
162
-
interfaceWizardRequestBase {
163
-
subWizard?:boolean; // TODO: describe what this currently means
0 commit comments