UNPKG

devextreme-angular

Version:

Angular UI and visualization components based on DevExtreme widgets

36 lines (35 loc) 1.69 kB
import { NestedOptionHost } from 'devextreme-angular/core'; import { CollectionNestedOption } from 'devextreme-angular/core'; import * as i0 from "@angular/core"; export declare class DxiMapMarkerComponent extends CollectionNestedOption { get iconSrc(): string; set iconSrc(value: string); get location(): Array<number> | string | { lat?: number; lng?: number; }[]; set location(value: Array<number> | string | { lat?: number; lng?: number; }[]); get onClick(): Function; set onClick(value: Function); get tooltip(): string | { isShown?: boolean; text?: string; }; set tooltip(value: string | { isShown?: boolean; text?: string; }); protected get _optionPath(): string; constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost); ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration<DxiMapMarkerComponent, [{ host: true; skipSelf: true; }, { host: true; }]>; static ɵcmp: i0.ɵɵComponentDeclaration<DxiMapMarkerComponent, "dxi-map-marker", never, { "iconSrc": { "alias": "iconSrc"; "required": false; }; "location": { "alias": "location"; "required": false; }; "onClick": { "alias": "onClick"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; }, {}, never, never, true, never>; } export declare class DxiMapMarkerModule { static ɵfac: i0.ɵɵFactoryDeclaration<DxiMapMarkerModule, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<DxiMapMarkerModule, never, [typeof DxiMapMarkerComponent], [typeof DxiMapMarkerComponent]>; static ɵinj: i0.ɵɵInjectorDeclaration<DxiMapMarkerModule>; }