6215321
1
2
3
export function setSegmentId(element: HTMLElement, value = ""): void { return element.setAttribute('data-segment-id', value) }