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

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

# Interface: ObjectWithPath

## Hierarchy

* **ObjectWithPath**

## Index

### Properties

* [path](page.objectwithpath.md#path)
* [sandbox](page.objectwithpath.md#sandbox)

## Properties

### path

•  **path**: string

The relative path within the solution.

***Example:***

```typescript
{path: '/abc'}
```

___

### sandbox

• `Optional` **sandbox**: undefined \| string

Optional sandbox name to be added to URL path.

***Example:***

```typescript
{path: '/abc', sandbox: 'prod'}
```
