Kind: Interface
Source: atloria-monorepo/apps/web/src/components/DocAutomation/GenerateButton.tsx
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 |
Was this page helpful?