LayerFilterChangedEvent¶
Class LayerFilterChangedEvent
Hierarchy (View Summary)
- WebVisEvent
- LayerFilterChangedEvent
Index
Constructors
Properties
Constructors
constructor
- new LayerFilterChangedEvent(
name: string,
enabled: boolean,
): LayerFilterChangedEvent The LAYERFILTER_CHANGED event occurs if a layer filter has been changed.
Parameters
- name: string
The name of the changed LayerFilter.
- enabled: boolean
The new enabled state of the changed LayerFilter.
Returns LayerFilterChangedEvent
- name: string
Properties
enabled
enabled: boolean
The new enabled state of the changed LayerFilter.
id
id: number
The unique ID of the event.
name
name: string
The name of the changed LayerFilter.
Optional
transaction Code
transactionCode?: string
The transaction code associated with the event.
Optional
transactionID
transactionID?: number
The transaction ID associated with the event.
Optional
type
The type of the event.
LAYERFILTER_CHANGED