Interface IOverlayWidgetPosition

A position for rendering overlay widgets.

interface IOverlayWidgetPosition {
    preference: IOverlayWidgetPositionCoordinates | OverlayWidgetPositionPreference;
    stackOridinal?: number;
}

Properties

The position preference for the overlay widget.

stackOridinal?: number

When set, stacks with other overlay widgets with the same preference, in an order determined by the ordinal value.