mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 17:02:38 +00:00
Co-authored-by: Michał Kleszczyński <michal.kleszczynski@unitgroup.com>
This commit is contained in:
parent
65339ea26e
commit
346cbeaba2
1 changed files with 4 additions and 0 deletions
|
@ -244,6 +244,10 @@ export interface OverlayPanelEmits {
|
|||
* @group Component
|
||||
*/
|
||||
declare class OverlayPanel extends ClassComponent<OverlayPanelProps, OverlayPanelSlots, OverlayPanelEmits> {
|
||||
/**
|
||||
* Aligns overlay panel based on the current position of the container.
|
||||
*/
|
||||
alignOverlay(): void;
|
||||
/**
|
||||
* Toggles the visibility of the overlay.
|
||||
* @param {Event} event - Browser event.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue