ViewerDragDropMixinOptions

Properties

Link copied to clipboard
abstract var clampToGround: Boolean?

When true, datasources are clamped to the ground. Default value - true

Link copied to clipboard
abstract var clearOnDrop: Boolean?

When true, dropping files will clear all existing data sources first, when false, new data sources will be loaded after the existing ones. Default value - true

Link copied to clipboard
abstract var dropTarget: Element?

The DOM element which will serve as the drop target. Default value - viewer.container

Link copied to clipboard
abstract var flyToOnDrop: Boolean?

When true, dropping files will fly to the data source once it is loaded. Default value - true

Link copied to clipboard
abstract var proxy: Proxy?

The proxy to be used for KML network links.