# SaveAsMenuOptions

## Content

# Type Alias: SaveAsMenuOptions

```ts
type SaveAsMenuOptions = object;
```

Options for the Save As menu.

## Properties

### hideOptions?

```ts
optional hideOptions: boolean;
```

Flag to hide additional options in the "Save As" menu. If true, the "Initial version" option will be hidden.

***

### availableFormats?

```ts
optional availableFormats: ImageMimeType[];
```

List of available formats for saving. Leave undefined to detect supported formats automatically.
