Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
constructor() {
super();
/**
* Store initial state
*/
this.dirty = true;
/**
* Current query instance
*/
this.currentQuery = apisearch.createQueryMatchAll();
/**
* Data received
*/
this.currentResult = apisearch.createEmptyResult();
}