Merge branch 'feature/modal-events' into feature-entity-user-permissions

This commit is contained in:
Mads Rasmussen
2023-10-02 10:24:17 +02:00

View File

@@ -19,4 +19,7 @@ export abstract class UmbModalBaseElement<
@property({ type: Object, attribute: false })
public data?: ModalDataType;
@property({ type: Object, attribute: false })
public value: ModalValueType = null;
}