Highlights a marker element by its ID Scrolls the element into view (only if not already in view) and applies visual highlighting
The marker ID to highlight
Optional configuration for highlighting
highlightMarker('connect_stripe', { onHighlight: (id, el) => console.log('Highlighted:', id), duration: 3000}); Copy
highlightMarker('connect_stripe', { onHighlight: (id, el) => console.log('Highlighted:', id), duration: 3000});
Highlights a marker element by its ID Scrolls the element into view (only if not already in view) and applies visual highlighting