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
`editor` provides a reference to the central editor class used for modifying SCL documents. For
35
+
more details on the Transactor<EditV2> (Defaults to XMLEditor). For more on the XMLEditor checkout the [documentation](https://github.com/OMICRONEnergyOSS/oscd-editor)
36
+
31
37
### `docs`
38
+
32
39
`docs` is set to an object mapping `string` keys (document names) to `XMLDocument` values.
33
40
34
41
### `docName`
42
+
35
43
The name of the `XMLDocument` currently being edited.
36
44
37
45
### `doc`
46
+
38
47
The `XMLDocument` currently being edited.
39
48
40
49
### `docVersion`
41
50
A change in this property's value indicates a change to the `doc`.
0 commit comments