New to Kendo UI for Angular? Start a free 30-day trial
PopoverAnchorDirective
Represents the kendoPopoverAnchor
directive.
It is used to target an element, which should display a popover on interaction.
ts
<button kendoPopoverAnchor [popover]="myPopover">Show Popover</button>
Selector
[kendoPopoverAnchor]
Export Name
Accessible in templates as #kendoPopoverAnchorInstance="kendoPopoverAnchor"
Inputs
Name | Type | Default | Description |
---|---|---|---|
popover |
|
Specifies the popover instance that will be rendered.
Accepts a | |
showOn |
|
The event on which the Popover will be shown The supported values are:
|
Methods
hide |
---|
Hides the Popover (See example). |
show |
---|
Shows the Popover. See example |
toggle |
---|
Toggles the visibility of the Popover. See example |