Home > @activeviam/activeui-sdk > PopupWidgetBuilder > anchoredFrom
PopupWidgetBuilder.anchoredFrom property
Set where the popup position should be anchored from. The position is extracted from the mouse event, meant to be used by the popup to render
Signature:
anchoredFrom: (e: React.SyntheticEvent | MouseEvent, asPercentage?: boolean) => PopupWidgetBuilder;