Skip to content

Commit

Permalink
feat: introduce new categories field for UI Action Buttons (#804)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dnouv authored Sep 25, 2024
1 parent 1bf630d commit e2e1dd4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/definition/ui/IUIActionButtonDescriptor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ export interface IUIActionButtonDescriptor {
labelI18n: string;
variant?: 'danger';
when?: IUActionButtonWhen;
category?: 'default' | 'ai';
}
export interface IUIActionButton extends IUIActionButtonDescriptor {
appId: string;
Expand Down

0 comments on commit e2e1dd4

Please sign in to comment.