Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 366 Bytes

File metadata and controls

24 lines (14 loc) · 366 Bytes

tinky


tinky / InputOptions

Interface: InputOptions

Options for useInput hook.

Properties

isActive?

optional isActive?: boolean

Enable or disable capturing of user input. Useful when there are multiple useInput hooks used at once to avoid handling same input.

Default Value

true;