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 0083cf9 commit be8d5dfCopy full SHA for be8d5df
packages/compas-open-scd/src/open-scd.ts
@@ -34,6 +34,7 @@ import { ActionDetail } from '@material/mwc-list';
34
35
import { officialPlugins as builtinPlugins } from '../public/js/plugins.js';
36
import type { PluginSet, Plugin as CorePlugin } from '@openscd/core';
37
+import { OscdApi } from '@openscd/core';
38
import { classMap } from 'lit-html/directives/class-map.js';
39
import {
40
newConfigurePluginEvent,
@@ -471,6 +472,7 @@ export class OpenSCD extends LitElement {
471
472
.nsdoc=${this.nsdoc}
473
.docs=${this.docs}
474
.locale=${this.locale}
475
+ .oscdApi=${new OscdApi(tag)}
476
.compasApi=${this.compasApi}
477
class="${classMap({
478
plugin: true,
0 commit comments