Represents the attributes of a gesture.
Properties:
Name | Type | Attributes | Description |
---|---|---|---|
name |
string
|
null
|
The name of the gesture. | |
trigger |
string
|
null
|
The trigger of the gesture. | |
id |
number
|
null
|
<optional> |
The unique identifier of the gesture (optional). |
actions |
Array.<any>
|
null
|
<optional> |
The actions associated with the gesture (optional). |