survey-creator-core
Version:
A framework-independent core package of the SurveyJS Survey Creator component. With Survey Creator, you can visually design complex, interactive JSON forms and surveys in a drag-and-drop interface.
9 lines (8 loc) • 353 B
TypeScript
import { QuestionToolbox } from "../../toolbox";
import { SearchManager } from "../search-manager";
export declare class SearchManagerToolbox extends SearchManager {
toolbox: QuestionToolbox;
protected getFilterStringPlaceholder(): string;
protected setFiterString(newValue: string, oldValue: string): void;
clearFilterString(): void;
}