mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
add missing api to extensions interface (#7120)
This commit is contained in:
@@ -34,6 +34,7 @@ export interface ContentActionRef extends ExtensionElement {
|
|||||||
children?: Array<ContentActionRef>;
|
children?: Array<ContentActionRef>;
|
||||||
component?: string;
|
component?: string;
|
||||||
data?: any;
|
data?: any;
|
||||||
|
color?: string;
|
||||||
actions?: {
|
actions?: {
|
||||||
click?: string;
|
click?: string;
|
||||||
[key: string]: string;
|
[key: string]: string;
|
||||||
|
Reference in New Issue
Block a user