Skip to content

Commit 27f992f

Browse files
committed
docs: add editor to list of plugin properties
1 parent 6f6ad73 commit 27f992f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/plugin-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ OpenSCD core communicates the data necessary for editing SCL documents by settin
2020

2121
```typescript
2222
export default class MyPlugin extends HTMLElement {
23-
editor: XMLEditor;
23+
editor: Transactor<EditV2>;
2424
docs: Record<string, XMLDocument> = {}; // all loaded documents
2525
doc?: XMLDocument; // the document currently being edited
2626
docName?: string; // the current doc's name

0 commit comments

Comments
 (0)