filter()
filter(options?): (constructor) => void
A function that registers DG.Filter.
Parameters
| Parameter | Type |
|---|
options? | object |
options.description? | string |
options.name? | string |
options.semType? | string |
Returns
Function
Parameters
| Parameter | Type |
|---|
constructor | Function |
Returns
void
Source
src/decorators/functions.ts:54