@funidata/ngx-fudis
Version:
Funidata Design System.
19 lines (18 loc) • 858 B
TypeScript
import { FudisPopoverPosition } from '../../types/miscellaneous';
import * as i0 from "@angular/core";
export declare class PopoverApiDirective {
/**
* Text placed inside popover
*/
popoverText: string;
/**
* Position of the popover on the parent element
*/
popoverPosition: FudisPopoverPosition;
/**
* Label for the element that triggers the popover
*/
popoverTriggerLabel: string;
static ɵfac: i0.ɵɵFactoryDeclaration<PopoverApiDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<PopoverApiDirective, "[fudisPopoverApi]", never, { "popoverText": { "alias": "popoverText"; "required": false; }; "popoverPosition": { "alias": "popoverPosition"; "required": false; }; "popoverTriggerLabel": { "alias": "popoverTriggerLabel"; "required": false; }; }, {}, never, never, false, never>;
}