SCION Workbench Client - v1.0.0-beta.35
    Preparing search index...

    Type Alias PopupOrigin

    PopupOrigin: (
        | Point
        | TopLeftPoint
        | TopRightPoint
        | BottomLeftPoint
        | BottomRightPoint
    ) & { height?: number; width?: number }

    Represents a point on the page or view, optionally with a dimension, where a workbench popup should be attached.