[ACA-3877] Add the possibility to ADF Extension to be used in compila… (#6097)

* [ACA-3877] Add the possibility to ADF Extension to be used in compilation time

* Fix interface

* Fix cspell

* Fix unit tests

* Add tests
This commit is contained in:
Popovics András
2020-09-10 22:29:09 +02:00
committed by GitHub
parent 5305d65121
commit ed53a0204d
7 changed files with 27 additions and 9 deletions

View File

@@ -48,5 +48,5 @@ export interface ContentActionRef extends ExtensionElement {
export interface ActionRef {
id: string;
type: string;
payload?: string;
payload?: any;
}