> ISPO SDK documentation. [HTML](https://ispo.ai/docs/interfaces/core.PowerboxOpenArgs.html) · [Documentation index](https://ispo.ai/docs/llms.txt)

# Interface PowerboxOpenArgs

```typescript
interface PowerboxOpenArgs {
    accept?: string[];
    multiple?: boolean;
    timeoutMs?: number;
}
```

Types: [accept](#accept), [multiple](#multiple), [timeoutMs](#timeoutms)

##### Index

### <a id="properties"></a>Properties

[accept?](#accept) [multiple?](#multiple) [timeoutMs?](#timeoutms)

## <a id="properties-1"></a>Properties

### <a id="accept"></a>`Optional`accept

```typescript
accept?: string[]
```

MIME prefixes the picker should offer as selectable (e.g. `['audio/', 'video/']`). Omit to allow any file. Non-matching rows are shown disabled.

### <a id="multiple"></a>`Optional`multiple

```typescript
multiple?: boolean
```

Allow selecting more than one object. Defaults to single-select.

### <a id="timeoutms"></a>`Optional`timeoutMs

```typescript
timeoutMs?: number
```

Interactive picker budget in ms. Defaults to 90s.
