#9 'Delete' action support for document nodes

This commit is contained in:
Denys Vuika
2016-05-31 11:20:25 +01:00
parent 919eb14de7
commit 0b664f1bb2
12 changed files with 53 additions and 20 deletions

View File

@@ -34,5 +34,5 @@ export class ContentActionModel {
}
export interface ContentActionHandler {
(obj: any): any;
(obj: any, target?: any): any;
}