Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Type aliases

Constructor

Constructor<T, P>: abstract new (...args: P) => T

Type parameters

  • T: {}

  • P: any[] = any[]

Type declaration

    • abstract new (...args: P): T
    • Parameters

      • Rest ...args: P

      Returns T

State

State<T>: ItemImpl<T> & IState<T>

Type parameters

StateMixinConstructor

StateMixinConstructor<T, Base, P>: Constructor<InstanceType<Base> & IState<T> & { [toStringTag]: string }, P>

Type parameters

Functions

StateMixin

Generated using TypeDoc