New to Kendo UI for Angular? Start a free 30-day trial
BubbleLayerSymbol
Updated on Oct 31, 2025
Bubble layer symbol type.
type BubbleLayerSymbol = "circle" | "square" | (args: BubbleLayerSymbolArgs) => Element;