Apply decorator on a class if test function returns true
function which receives a target class itself as an argument and returns boolean value
Apply decorator on a property if test is true
Apply decorator on a property if test function returns true
function which receives a class' prototype and property name as arguments and returns boolean value
Apply decorator on a method parameter if test is true
Apply decorator on a method parameter if test function returns true
function which receives a class' prototype, property name and parameter position as arguments and returns boolean value
Apply decorator on a method (which includes property accessor) if test is true
Apply decorator on a method (which includes property accessor) if test function returns true
function which receives a class' prototype, method name and property descriptor as arguments and returns boolean value
Generated using TypeDoc
Apply
decoratoron a class iftestis true