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

  • Property

Generated using TypeDoc