Skip to content

SiPopoverNextDirective documentation

selectorexported-as
[siPopoverNext]si-popover-next

Input Properties

NameTypeDefaultDescription
containerClass
string''The class that will be applied to container of the popover
icon
stringThe icon to be displayed besides popover title
placement
("end" | "start" | "top" | "bottom" | "auto")'auto'The placement of the popover. One of 'top', 'start', end', 'bottom'
popoverContext
unknownThe context for the attached template
popoverTitle
stringThe title to be displayed on top for the popover
siPopoverNext
(string | TemplateRef<unknown>)The popover text to be displayed

Output Properties

NameTypeDescription
visibilityChange
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")>...
(readonly) popoverCounter
number...
(readonly) popoverId
string...
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.