ReadonlyanchorThe DOM element the popover is anchored to.
Optional ReadonlyariaAccessible label applied to the popover element.
Optional ReadonlyarrowMinimum pixel gap between the anchor and popover when
showArrow is true. If the configured
verticalOffset / horizontalOffset is smaller than this
value, the gap is raised automatically.
Ignored when showArrow is false.
Optional ReadonlycloseWhether clicking outside the popover closes it (light-dismiss).
When true, uses popover="auto" (native light-dismiss).
When false, uses popover="manual" and the content component
must call popoverRef.close() explicitly.
ReadonlycomponentThe standalone component class to render inside the popover.
Optional ReadonlyhorizontalHorizontal alignment of the popover relative to the anchor.
Optional ReadonlyhorizontalOptional ReadonlyinputsInput values set on the component via
ComponentRef.setInput().
Optional ReadonlyoutputsMap of output property names to handler callbacks.
Optional ReadonlyshowWhether to show a triangular arrow (caret) pointing from the popover towards its anchor element.
The arrow side is determined automatically from the resolved vertical/horizontal alignment.
When enabled, verticalOffset and horizontalOffset are
automatically raised to at least arrowGap so the
arrow has room to render between the anchor and the popover.
Optional ReadonlyverticalVertical alignment of the popover relative to the anchor.
Optional Readonlyvertical
Configuration object passed to PopoverService.openPopover.