Type alias ViewState

ViewState: ViewCreationOptions & {
    backgroundThrottling: boolean;
    componentName: "view";
    initialUrl: string;
    minWidth?: number;
}

Generated using TypeDoc