Create a new DOM container provider.
Configuration options
Destroy the container provider and release resources.
Get the container element.
jQuery-wrapped container element, or undefined if not initialized
Register a callback for when the container is ready.
If the container is already ready, the callback is invoked immediately.
Function called when container is ready
DOM selector-based container provider.
Provides access to a DOM container element via a CSS selector. Implements
IContainerProviderfor use with position sources that don't have an intrinsic container (e.g., RAF-based sources, WebSocket sources).Example