SiPopoverNextDirective documentation¶
selectorexported-as
[siPopoverNext]
si-popover-next
Input Properties¶
Name | Type | Default | Description |
---|---|---|---|
containerClass ¶ | string | '' | The class that will be applied to container of the popover |
icon ¶ | string | The 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 ¶ | unknown | The context for the attached template | |
popoverTitle ¶ | string | The title to be displayed on top for the popover | |
siPopoverNext ¶ | (string | TemplateRef <unknown >) | The popover text to be displayed |
Output Properties¶
Name | Type | Description |
---|---|---|
visibilityChange ¶ | void | Emits an event when the popover is shown/hidden |
Attributes and Methods¶
Name | Type | Default | Description |
---|---|---|---|
hide() ¶ | () => void | Hides the popover and emits 'hidden' event. | |
(readonly) placementInternal ¶ | Signal <("end" | "start" | "top" | "bottom" | "auto" )> | ... | |
(readonly) popoverCounter ¶ | number | ... | |
(readonly) popoverId ¶ | string | ... | |
show() ¶ | () => void | Displays popover and emits 'shown' event. | |
updatePosition() ¶ | () => void | Updates 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.