stimulsoft-viewer-angular
Version:
The Viewer component is designed to view reports and dashboards in the web browser.
16 lines (15 loc) • 779 B
TypeScript
import { OnInit } from '@angular/core';
import { ModelService } from '../../services/model.service';
import { Variable } from '../../services/objects';
import { HelperService } from '../../services/helper.service';
import * as i0 from "@angular/core";
export declare class ParameterFindComponent implements OnInit {
model: ModelService;
helper: HelperService;
variable: Variable;
constructor(model: ModelService, helper: HelperService);
ngOnInit(): void;
onchange(event: any): void;
static ɵfac: i0.ɵɵFactoryDeclaration<ParameterFindComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<ParameterFindComponent, "sti-parameter-find", never, { "variable": { "alias": "variable"; "required": false; }; }, {}, never, never, false, never>;
}