LayerFilterRegisteredEvent¶
Class LayerFilterRegisteredEvent
Hierarchy (View Summary)
- WebVisEvent
- LayerFilterRegisteredEvent
Index
Constructors
Properties
Constructors
constructor
- new LayerFilterRegisteredEvent(
name: string,
enabled: boolean,
): LayerFilterRegisteredEvent The LAYERFILTER_REGISTERED event occurs if a new layer filter has been registered.
Parameters
- name: string
The name of the registered LayerFilter.
- enabled: boolean
The enabled state of the new LayerFilter.
Returns LayerFilterRegisteredEvent
- name: string
Properties
enabled
enabled: boolean
The enabled state of the new LayerFilter.
id
id: number
The unique ID of the event.
name
name: string
The name of the registered 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_REGISTERED