SurfacePopupProps
Props for the SurfacePopup component.
Properties
anchor?
optionalanchor:PopupPosition
Optional position to place this popup. Defaults to "bottom", and can also be overridden on a per-launcher basis via a DOM attribute.
popup
popup:
Snippet<[Vertex|null,BrowserUIModel,BrowserUI<any>, () =>any]>
The snippet that renders the content for the popup.
selector
selector:
string
CSS3 selector identifying elements from which this popup is launched.