The category of an interactor. Distinct from an interactor's id, which is its runtime identity:
two interactors can share a kind while having different ids.
Since
Lens Scripting Version 375
Snap OS
Example
interaction.onInteractorAdded.add(function (interactor) { if (interactor.kind === SpecsInteractionModule.InteractorKind.RightHand) { print("right hand connected"); } });
The category of an interactor. Distinct from an interactor's id, which is its runtime identity: two interactors can share a kind while having different ids.
Since
Lens Scripting Version 375
Snap OS
Example