survey-creator-core
Version:
Use SurveyJS Creator to create or edit JSON for SurveyJS Form Library.
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;
}