@vertigis/viewer-spec 54.0.0 → 55.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,16 +1,16 @@
1
1
  import type { EntityBaseProperties } from "@vertigis/arcgis-extensions/Entity.js";
2
2
  import type { Action } from "@vertigis/arcgis-extensions/support/Action";
3
- import type { ComponentModelProperties } from "./ComponentModelProperties.js";
4
3
  import type { ItemRef } from "./ItemRef.js";
4
+ import type { ModelProperties } from "./ModelProperties.js";
5
5
  /**
6
6
  * Configuration for a generic event listener.
7
7
  */
8
- export interface EventListenerModelProperties extends ComponentModelProperties {
8
+ export interface EventListenerModelProperties extends ModelProperties {
9
9
  /**
10
10
  * A collection of event listener definitions. Each element has to be an
11
11
  * inline JSON defining an event listener definition item.
12
12
  */
13
- listeners: EventListenerDefinitionProperties[];
13
+ listeners?: EventListenerDefinitionProperties[];
14
14
  }
15
15
  /**
16
16
  * Properties for a generic event listener definition. Specifies an action to