New to Kendo UI for Angular? Start a free 30-day trial
BubbleLayerSymbol
Updated over 6 months ago
Bubble layer symbol type.
type BubbleLayerSymbol = "circle" | "square" | (args: BubbleLayerSymbolArgs) => Element;