Type alias AddViewToStackOptions

AddViewToStackOptions: {
    index?: number;
}

Type declaration

  • Optional index?: number

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

Generated using TypeDoc