stimulsoft-forms
Version:
Stimulsoft PDF Forms
17 lines (16 loc) • 536 B
TypeScript
import { Subject } from "rxjs";
import * as i0 from "@angular/core";
export declare class StiDropdownService {
currentOptionList: string | number[];
showDropdownList: boolean;
dropdownX: number;
dropdownY: number;
optionLabel: any;
optionValue: any;
currentValue: string | number;
valueChanged: Subject<any>;
currentUsedComponentId: any;
constructor();
static ɵfac: i0.ɵɵFactoryDeclaration<StiDropdownService, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<StiDropdownService>;
}