Interface: MarkerConfiguration
component.MarkerConfiguration
Interface for configuration of marker component.
interface
example
var viewer = new Viewer({ ... component: { marker: { visibleBBoxSize: 80, }, }, ...});Hierarchy#
ComponentConfiguration↳
MarkerConfiguration
Properties#
visibleBBoxSize#
• Optional visibleBBoxSize: number
The size of the bounding box for which markers will be visible.
description Provided values will be clamped to the [1, 200]
interval.
default 100