stimulsoft-viewer-angular
Version:
The Viewer component is designed to view reports and dashboards in the web browser.
21 lines (20 loc) • 895 B
TypeScript
import { OnInit, EventEmitter } from '@angular/core';
import { ModelService } from '../services/model.service';
import * as i0 from "@angular/core";
export declare class ParameterMenuItemComponent implements OnInit {
model: ModelService;
action: EventEmitter<any>;
active: boolean;
padding: string;
isOver: boolean;
mouseDown: boolean;
constructor(model: ModelService);
ngOnInit(): void;
mouseover(): void;
mouseout(): void;
mousedown(): void;
mouseup(): void;
get className(): string;
static ɵfac: i0.ɵɵFactoryDeclaration<ParameterMenuItemComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<ParameterMenuItemComponent, "sti-parameter-menu-item", never, { "active": { "alias": "active"; "required": false; }; "padding": { "alias": "padding"; "required": false; }; }, { "action": "action"; }, never, ["*"], false, never>;
}