Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace mixins

Index

Type Aliases

Constructor<T>: (new (...args: any[]) => T)

Type Parameters

  • T = {}

Type declaration

    • new (...args: any[]): T
    • Constructor

      Specifies constructor for mixin classes

      Parameters

      • Rest ...args: any[]

      Returns T

Functions

  • Actionable<TBase>(Base: TBase): { prototype: __type<any> } & TBase
  • Eventable<TBase>(Base: TBase): { prototype: __type<any> } & TBase
  • Scrollable<TBase>(Base: TBase): { prototype: __type<any> } & TBase

Generated using TypeDoc