stimulsoft-forms
Version:
Stimulsoft PDF Forms
22 lines (21 loc) • 1.16 kB
TypeScript
import { OnInit } from "@angular/core";
import { StiModelService } from "../../../../services/model.service";
import { StiEditorProperty } from "../../../../services/objects";
import { StiHelperService } from "../../../../services/sti-helper.service";
import { StiThemeService } from "../../../../services/theme.service";
import * as i0 from "@angular/core";
export declare class StiMultilineStringEditorComponent implements OnInit {
model: StiModelService;
helper: StiHelperService;
theme: StiThemeService;
property: StiEditorProperty;
object: any;
constructor(model: StiModelService, helper: StiHelperService, theme: StiThemeService);
ngOnInit(): void;
get options(): string[];
get values(): string;
get optionsElement(): any;
onInput(value: string): void;
static ɵfac: i0.ɵɵFactoryDeclaration<StiMultilineStringEditorComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<StiMultilineStringEditorComponent, "sti-multiline-string-editor", never, { "property": { "alias": "property"; "required": false; }; "object": { "alias": "object"; "required": false; }; }, {}, never, never, false, never>;
}