RasterCommand.click( [event] )
Causes this command to invoke its associated event handler function.Parameters
Name | Type | Description | |
---|---|---|---|
event | object | optional |
A DOM event. This object is passed along to the
event handler as the command's event property.
Set to null if not available. |
Returns
Type | Description |
---|---|
object | The command object. This allow for chaining multiple setter methods in one single statement. |