Optional
Readonly
descriptionThe description of this action. Currently not used, but it is intended to provide the user a hint about this action in the future. Optional.
Readonly
iconThe iconClass to provide a nice icon to the button related to this action.
Readonly
idThe ID of this action. Required.
Optional
Readonly
interactiveBy default a SpatialInputAction is assumed to be interactive.
But this can set to false
explicitly.
Readonly
titleThe title shown as label on buttons. Required.
Optional
disableOptional
enableTriggers this action.
Optional
options: Record<string, any>currently unspecified.
Declares common properties and defines the interface of all InputActions.