# SaveButtonOptions

## Content

# Type Alias: SaveButtonOptions

```ts
type SaveButtonOptions = SaveOptions & object;
```

Options for customizing the behavior and appearance of the "Save" button.

## Type declaration

### saveAsMenu?

```ts
optional saveAsMenu: boolean | SaveAsMenuOptions;
```

Configuration for the "Save As" menu. Set to false to hide the "Save As" menu.
