src/ui/filter/smart-static-filter.directives.ts
Use this directive to register an input field with it's parent Smart Static Filter.
Selector | [forField] |
Methods |
Inputs |
Accessors |
constructor(elementRef: ElementRef, vcRef: ViewContainerRef)
|
|||||||||
Parameters :
|
forField |
Type : string
|
id |
Type : string
|
operator |
Type : string
|
registerWithParentFilter |
registerWithParentFilter()
|
Returns :
void
|
value | ||||||
getvalue()
|
||||||
Returns :
any
|
||||||
setvalue(value: any)
|
||||||
Parameters :
Returns :
void
|