Skip to content

Commit

Permalink
add missing api to extensions interface (#7120)
Browse files Browse the repository at this point in the history
  • Loading branch information
DenysVuika committed Aug 13, 2021
1 parent 4cf8d96 commit 6e6ba46
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/extensions/src/lib/config/action.extensions.ts
Expand Up @@ -34,6 +34,7 @@ export interface ContentActionRef extends ExtensionElement {
children?: Array<ContentActionRef>;
component?: string;
data?: any;
color?: string;
actions?: {
click?: string;
[key: string]: string;
Expand Down

0 comments on commit 6e6ba46

Please sign in to comment.