Methods
add_mutator
add_mutator( mutator: IMutator ) : PropertyDecorator
Parameters
Returns PropertyDecorator
Private apply_subscriptions
apply_subscriptions( instance: IInstance ) : void
Private make_getter
make_getter( name: string ) : function
Parameters
Returns function
Private make_setter
make_setter( name: string ) : function
Parameters
Returns function
Private manageproperty
manageproperty( prototype: any , name: string ) : void
Parameters
prototype: any
name: string
Returns void
on_change
Parameters
Returns PropertyDecorator
Legend
Module
Object literal
Variable
Function
Function with type parameter
Index signature
Type alias
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
Returns a PropertyDecorator for for adding a mutator to the decorated property.