AboutSupportDeveloper GuideVersion 47.154.100.2
OpenFin JavaScript API
    Preparing search index...

    Interface AddViewToStackOptions

    interface AddViewToStackOptions {
        displayState?: "focused" | "background";
        index?: number;
    }
    Index
    displayState?: "focused" | "background"

    How the view should be displayed in the stack. Defaults to 'focused'

    index?: number

    Optional index within the stack to insert the view. Defaults to 0