Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface to define additional configuration options to control how the dynamic prototype functions operate.

Hierarchy

  • IDynamicProtoOpts

Index

Properties

setInstFuncs

setInstFuncs: boolean

Should the dynamic prototype attempt to set an instance function for instances that do not already have an function of the same name or have been extended by a class with a (non-dynamic proto) prototype function.

Optional useBaseInst

useBaseInst: boolean

When looking for base (super) functions if it finds a dynamic proto instances can it use the instance functions and bypass the prototype lookups. Defaults to true.

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc