R
fn

focus

v0.0.5tested

Focuses an element without scrolling. Optionally calls select on input elements.

Signature

ts
export function focus(element?: FocusableTarget | null,{ ... }

Parameters

ParameterTypeDescription
element?FocusableTarget | null | undefined
{ select = false }?{ select?: boolean | undefined; }