Interactive
Interactive<
TBase
>(Base
):TBase
&Constructor
<IInteractive
>
Defined in: mixins/interaction.ts:25
Adds interactive functionality to a container.
Type Parameters
• TBase extends Constructor
<Container
<ContainerChild
>>
Parameters
Base
TBase
The base container class.
Returns
TBase
& Constructor
<IInteractive
>
- The extended container class with interactive functionality.