AboutSupportDeveloper GuideVersion 41.134.100.117
interface AddViewToStackOptions {
    displayState?: "focused" | "background";
    index?: number;
}

Properties

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

""