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
Section titled “Type Parameters”TBase
extends Constructor
<Container
<ContainerChild
>>
Parameters
Section titled “Parameters”TBase
The base class to add focus functionality to.
Returns
Section titled “Returns”TBase
& Constructor
<IFocusable
>
The modified class with focus functionality.