PopoverAnchorDirective
Directive
Represents the kendoPopoverAnchor directive.
Targets an element to display a popover on user interaction.
Definition
Package:@progress/kendo-angular-tooltip
Selector:[kendoPopoverAnchor]
Export Name:Accessible in templates as #kendoPopoverAnchorInstance="kendoPopoverAnchor"
Syntax:
html
<button kendoPopoverAnchor [popover]="myPopover">Show Popover</button>
Inputs
Specifies the popover instance to render.
Accepts a PopoverComponent instance or a PopoverFn callback that returns a PopoverComponent instance for the current anchor element. See example.
Specifies the mouse action that triggers the popover to show. See example.
Methods
Hides the Popover. See example.
Shows the Popover. See example
Toggles the visibility of the Popover. See example