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;
|
icon?: string;
|
||||||
children?: Array<ContentActionRef>;
|
children?: Array<ContentActionRef>;
|
||||||
component?: string;
|
component?: string;
|
||||||
|
data?: any;
|
||||||
actions?: {
|
actions?: {
|
||||||
click?: string;
|
click?: string;
|
||||||
[key: string]: string;
|
[key: string]: string;
|
||||||
|
Reference in New Issue
Block a user