tinky / FocusOptions
Options for the useFocus hook.
optionalautoFocus?:boolean
Auto-focus this component if there's no active (focused) component right now.
false;
optionalid?:string
Assign an ID to this component, so it can be programmatically focused with
focus(id).
optionalisActive?:boolean
Enable or disable this component's focus, while still maintaining its position in the list of focusable components.
true;