redux-data-service > IDecorator
A TypeScript property decorator. Use it wisely, my son. see: http://www.typescriptlang.org/docs/handbook/decorators.html#decorator-factories
see: https://gist.github.com/remojansen/16c661a7afd68e22ac6e#file-property_decorator-ts-L1
IDecorator
▸ __call(target: T
, key: string
): void
Defined in Model/Decorators/IDecorator.ts:7
A TypeScript property decorator. Use it wisely, my son.
Parameters:
Name | Type |
---|---|
target | T |
key | string |
Returns: void