Set how the popout is aligned to the anchor perpendicular to the placement axis.
Example:
If false, the popout can not be closed by the user or via the .hide method.
If specified these hotkeys are available while the popout is visible and focused.
A function that is called when a user action occurs outside of the popout's content while it is open.
If false, this is a block element. Otherwise an inline element if PopoutControl.stretch is false and an inline block if true.
Set the direction in which the popout opens relative to the anchor.
A function that is called before the content placement is calculated.
This should be used together with PopoutControl.updatePlacement to undo any side effects that were needed for placement calculation.
If true, the popout will not create a focus layer for it's contents. Note that the content of the popout will be inaccessible by keyboard.
A function that is called when this popout has been opened or closed.
ReadonlystateAn event that is published when this popout has been opened or closed.
If true, the content is at least the size of the alignment axis.
Example:
A function that is called when the placement of the popout content has been updated.
Get the content container element.
Hide the popout content.
Show the popout content.
Convenience function for showing or hiding popout content.
A generic overlay that takes a specific position on the screen relative to an anchor element.