Skip to content

SiPopoverNextDirective documentation

selectorexported-as
[siPopoverNext]si-popover-next

Input Properties

NameTypeDefaultDescription
siPopoverNext
(string | TemplateRef<unknown>)The popover text to be displayed
siPopoverNextContainerClass
string''The class that will be applied to container of the popover
siPopoverNextContext
unknownundefinedThe context for the attached template
siPopoverNextIcon
stringundefinedThe icon to be displayed besides popover title
siPopoverNextPlacement
("end" | "start" | "top" | "bottom" | "auto")'auto'The placement of the popover. One of 'top', 'start', end', 'bottom'
siPopoverNextTitle
stringundefinedThe title to be displayed on top for the popover

Output Properties

NameTypeDescription
siPopoverNextVisibilityChange
voidEmits an event when the popover is shown/hidden

Attributes and Methods

NameTypeDefaultDescription
hide()
() => voidHides the popover and emits 'hidden' event.
(readonly) placementInternal
Signal<("end" | "start" | "top" | "bottom" | "auto")>...
show()
() => voidDisplays popover and emits 'shown' event.
updatePosition()
() => voidUpdates the position of the popover based on the position strategy.

Types Documentation

No types to document for items on this page.


Except where otherwise noted, content on this site is licensed under MIT License.