import {DecoratorConfig} from 'lodash-decorators/buildDocs/factory/DecoratorConfig.js'
DecoratorConfig
Constructor Summary
Public Constructor | ||
public |
constructor(execute: *, applicator: *, options: {}) |
Member Summary
Public Members | ||
public |
applicator: * |
|
public get |
bound: * |
|
public |
execute: * |
|
public get |
getter: * |
|
public get |
method: * |
|
public |
options: * |
|
public get |
property: * |
|
public get |
setter: * |
Public Constructors
public constructor(execute: *, applicator: *, options: {}) source
Params:
Name | Type | Attribute | Description |
execute | * | ||
applicator | * | ||
options | {} |
|