Popover

API#

[nz-popover]#

Param Description Type Default value
[nzPopoverTitle] Title of the popover string | TemplateRef<void> -
[nzPopoverContent] Content of the popover string | TemplateRef<void> -
[nzPopoverTrigger] Popover trigger mode. If set to null it would not be triggered 'click' | 'focus' | 'hover' | null 'hover'
[nzPopoverPlacement] The position of the popover relative to the target 'top' | 'left' | 'right' | 'bottom' | 'topLeft' | 'topRight' | 'bottomLeft' | 'bottomRight' | 'leftTop' | 'leftBottom' | 'rightTop' | 'rightBottom' 'top'

From version 8.2.0, API without prefix above, e.g nzTitle is deprecated, please upgrade as soon as possible.

Consult Tooltip's documentation to find more APIs.

Note#

Please ensure that the child node of nz-popover accepts onMouseEnter, onMouseLeave, onFocus, onClick events.