PopoverSuggest.reposition method
PopoverSuggest › reposition
Unofficial
Reposition the popover relative to the given bounding rectangle.Signature:
reposition(rect: DOMRect, textDirection?: TextDirection | undefined): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| rect | DOMRect | The bounding rectangle to position relative to. |
| textDirection? | TextDirection | undefined | The text direction for positioning. |
Returns: void