add value property to modal base element
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user