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