Skip to content

Focusable

Focusable<TBase>(Base): TBase & Constructor<IFocusable>

Defined in: mixins/focus.ts:16

The Focusable function is a higher-order function that adds focus-related functionality to a given class.

Type Parameters

TBase extends Constructor<Container>

Parameters

Base

TBase

The base class to add focus functionality to.

Returns

TBase & Constructor<IFocusable>

The modified class with focus functionality.