systelab-components
Version:
systelab-components is a set of components that use wide accepted and adopted standard technologies like Angular and Bootstrap, as well as other popular libraries. Please read the ATTRIBUTION.md file for a complete list of dependencies.
15 lines (14 loc) • 763 B
TypeScript
import * as i0 from "@angular/core";
export declare class ComboBoxInputRenderer {
selectedData: any;
initialParams: any;
private _id;
set id(value: number | string);
get id(): number | string;
private _description;
set description(value: string);
get description(): string;
constructor();
static ɵfac: i0.ɵɵFactoryDeclaration<ComboBoxInputRenderer, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<ComboBoxInputRenderer, never, never, { "selectedData": { "alias": "selectedData"; "required": false; }; "initialParams": { "alias": "initialParams"; "required": false; }; "id": { "alias": "id"; "required": false; }; "description": { "alias": "description"; "required": false; }; }, {}, never, never, false, never>;
}