OpenFin Workspace Platform API
    Preparing search index...

    Type Alias ViewTabControlPosition

    type ViewTabControlPosition = {
        placement: "before" | "after";
        relativeTo: "title" | "favicon";
    }
    Index
    placement: "before" | "after"

    Side of the anchor on which the control is placed.

    relativeTo: "title" | "favicon"

    Tab element used as the placement anchor.