Constructor
new PointerParameters(pointerTypeopt)
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
pointerType |
string |
<optional> |
Type of pointing device. If the parameter is undefined, "mouse" is used. |
Methods
(static) fromJSON(parametersData) → {action.PointerParameters}
Parameters:
Name | Type | Description |
---|---|---|
parametersData |
Object.<string, ?> | Object that represents pointer parameters. |
Returns:
Validated pointer paramters.