Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "decorators/nomixin"

Index

Functions

Functions

Const nomixin

  • nomixin(_: any, __: string, descriptor: PropertyDescriptor): void
  • Method property decorator. Sets configurable flag of PropertyDescriptor to false (same as @configurable(false)). Intended to be used in combination with mixin decorators to enable partial implementations of mixed-in behaviors in target class and avoid them being overidden by mixed-in behaviour.

    Parameters

    • _: any
    • __: string
    • descriptor: PropertyDescriptor

    Returns void

Generated using TypeDoc