vue-cesium
Version:
Vue 3.x components for CesiumJS.
73 lines (70 loc) • 1.21 kB
JavaScript
import { positionProps } from '../../../composables/private/use-position.mjs';
"use strict";
var printDefaultProps = {
showCredit: {
type: Boolean,
default: true
},
printAutomatically: {
type: Boolean,
default: false
},
showPrintView: {
type: Boolean,
default: true
},
downloadAutomatically: {
type: Boolean,
default: false
},
...positionProps,
icon: {
type: String,
default: "vc-icons-capture"
},
size: {
type: String,
default: "24px"
},
color: {
type: String,
default: "#3f4854"
},
background: {
type: String,
default: "#fff"
},
round: {
type: Boolean,
default: true
},
flat: {
type: Boolean,
default: false
},
label: String,
stack: {
type: Boolean,
default: false
},
tooltip: {
type: [Boolean, Object],
default: () => ({
delay: 500,
anchor: "bottom middle",
offset: [0, 20],
tip: void 0
})
},
screenshotName: String,
customClass: {
type: String,
default: ""
},
teleportToViewer: {
type: Boolean,
default: true
}
};
export { printDefaultProps as default };
//# sourceMappingURL=defaultProps.mjs.map