Constructor
new LayerEvent(type, layer, dataopt)
- Source:
Parameters:
Name | Type | Attributes | Default | Description |
---|---|---|---|---|
type |
string | |||
layer |
LayerModel | |||
data |
* |
<optional> |
null
|
Optional data which should be passed to the layer by this event |
Extends
- Event
Members
data :*
- Description:
Optional data which should be passed to the layer by this event.
- Source:
Optional data which should be passed to the layer by this event.
Type:
- *
layer :LayerModel
- Source: