# GenerateButtonProps

**Kind:** Interface

**Source:** [`atloria-monorepo/apps/web/src/components/DocAutomation/GenerateButton.tsx`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/web/src/components/DocAutomation/GenerateButton.tsx#L11)

## Properties

| Property | Type |
|---|---|
| `onGenerate` | `(options?: { includeScreenshots?: boolean; branch?: string; commitHash?: string; gitTag?: string; versionLabel?: string }) => Promise<void>` |
| `isRunning` | `boolean` |
| `hasConfig` | `boolean` |
| `variant` | `ButtonVariant` |
| `size` | `ButtonSize` |
| `showConfirmation` | `boolean` |
