**[@adobe/exc-app](../README.md)**

> [Globals](../README.md) / [page](../modules/page.md) / ShellRedirectOptions

# Interface: ShellRedirectOptions

## Hierarchy

* **ShellRedirectOptions**

## Index

### Properties

* [discovery](page.shellredirectoptions.md#discovery)
* [replace](page.shellredirectoptions.md#replace)

## Properties

### discovery

• `Optional` **discovery**: undefined \| false \| true

Optional boolean which specifies if the redirect requires discovery.

***Example:***

```typescript
{discovery: true}
```

___

### replace

• `Optional` **replace**: undefined \| false \| true

Optional boolean which specifies if the history action should be a replace
instead of a push.

***Example:***

```typescript
{replace: true}
```
