The interface for oj.FilterCapability
Interface: FilterCapability
Oracle® JavaScript Extension Toolkit (JET)
8.0.0
F18189-01
Signature:
interface FilterCapability
FilterCapability
- Version:
- 8.0.0
- Since:
- 5.0.0
- Module:
- ojdataprovider
Module usage
See JET Module Loading for an overview of module usage within JET.
Typescript Import Format
//To use this interface, import as below.
import {FilterCapability} from "ojs/ojdataprovider";
JET In Typescript
A detailed description of working with JET elements and classes in your typescript project can be found at: JET Typescript Usage.