Options
All
  • Public
  • Public/Protected
  • All
Menu

Class SomeClassWithMixin

Class that inherits from Base and consumes Mixin1 and Mixin2, in order.

Hierarchy

Index

Constructors

constructor

Properties

baseProperty

baseProperty: string = "init"

classWithMixinProperty

classWithMixinProperty: string = "init"

property1

property1: string = "init"

property2

property2: string = "init"

Methods

baseMethod

  • baseMethod(): number
  • Returns number

classWithMixinMethod

  • classWithMixinMethod(): string
  • Returns string

method1

method2

  • method2(arg: __type<{ prototype: any } & typeof Base>): __type<{ prototype: any } & typeof Base>[]
  • Parameters

    Returns __type<{ prototype: any } & typeof Base>[]

Generated using TypeDoc