SiPopoverNextDirective documentation¶
selectorexported-as
[siPopoverNext]si-popover-nextInput Properties¶
| Name | Type | Default | Description |
|---|---|---|---|
| siPopoverNext ¶ | (string | TemplateRef<unknown>) | The popover text to be displayed | |
| siPopoverNextContainerClass ¶ | string | '' | The class that will be applied to container of the popover |
| siPopoverNextContext ¶ | unknown | undefined | The context for the attached template |
| siPopoverNextIcon ¶ | string | undefined | The 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 ¶ | string | undefined | The title to be displayed on top for the popover |
Output Properties¶
| Name | Type | Description |
|---|---|---|
| siPopoverNextVisibilityChange ¶ | 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")> | ... | |
| 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.