UNPKG
@doegis/core
Version:
latest (0.1.0)
0.1.0
DOE GIS API
@doegis/core
/
views
/
3d
/
support
/
updatingProperties.js
3 lines
(1 loc)
•
172 B
JavaScript
View Raw
1
2
3
const
e={value:
.5
,readOnly:!
0
},t={readOnly:!
0
,value:
.5
,
get
(){
return
this
.updating?
this
.updatingProgressValue:
1
}};export{t
as
updatingProgress,e
as
updatingProgressValue};