@modoki/engine / index / resolveHandle
Function: resolveHandle()
resolveHandle(
id):InteractionHandle|null
Resolve a single handle by exact id (for drag-handle/tap-handle). Returns null if no live handle currently has that id.
Parameters
id
string
Returns
InteractionHandle | null