Spaces:
Sleeping
Sleeping
File size: 146 Bytes
6215321 |
1 2 3 |
export function getSegmentId(element: HTMLElement, defaultValue = ""): string {
return element.getAttribute('data-segment-id') || defaultValue
} |