We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 917a664 commit a8ce286Copy full SHA for a8ce286
src/property.ts
@@ -194,7 +194,7 @@ export class Property<T extends Any> {
194
* It is anticipated that this method will most likely be overridden
195
* by a derived class.
196
*/
197
- setValue(value: T, origin?: string): Promise<T> {
+ setValue(value: T, origin?: any): Promise<T> {
198
return new Promise((resolve, reject) => {
199
if (this.readOnly) {
200
reject('Read-only property');
0 commit comments