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