We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f6ad73 commit 27f992fCopy full SHA for 27f992f
docs/plugin-api.md
@@ -20,7 +20,7 @@ OpenSCD core communicates the data necessary for editing SCL documents by settin
20
21
```typescript
22
export default class MyPlugin extends HTMLElement {
23
- editor: XMLEditor;
+ editor: Transactor<EditV2>;
24
docs: Record<string, XMLDocument> = {}; // all loaded documents
25
doc?: XMLDocument; // the document currently being edited
26
docName?: string; // the current doc's name
0 commit comments