OptionalalignHint where to align the popup relative to the popup anchor, unless there is not enough space available in that area. By default, if not specified, the popup opens north of the anchor.
Controls where to open the popup.
Can be an HTML element or a coordinate. The coordinate is relative to the context, defaulting to the calling context.
Supported coordinate pairs:
Passing an Observable allows for updating the coordinate.
OptionalcloseControls when to close the popup.
OptionalcontextBinds the popup to a context (e.g., a part or view). Defaults to the calling context.
The popup is displayed only if the context is visible and closes when the context is disposed.
Set to null to open the popup outside a context.
OptionalcssSpecifies CSS class(es) to add to the popup, e.g., to locate the popup in tests.
OptionalparamsPasses data to the popup.
The popup can declare mandatory and optional parameters. No additional parameters are allowed. Refer to the documentation of the capability for more information.
Controls the appearance and behavior of a popup.