JsonData: IAbstractSearchTerm & {
    constructorName: string;
    formFields: IFormField[];
    formGroups: IFormGroup[];
    id: string;
    json: any;
}