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.
customEditorInterfaces
1 parent 35c1e74 commit 62a38a8Copy full SHA for 62a38a8
elements/layercontrol/src/components/layer-group.js
@@ -196,6 +196,7 @@ export class EOxLayerControlLayerGroup extends LitElement {
196
.unstyled=${this.unstyled}
197
.toolsAsList=${this.toolsAsList}
198
.globallyExclusiveLayers=${this.globallyExclusiveLayers}
199
+ .customEditorInterfaces=${this.customEditorInterfaces}
200
@changed=${() => this.requestUpdate()}
201
></eox-layercontrol-layer-list>
202
</details>
0 commit comments