getOptions function presentation
Last updated: 2026-03-04T23:21:38.415Z
Metrics
LOC: 3
Complexity: 1
Params: 1
Signature
getOptions(container: HTMLElement): : HTMLElement[]
Source Code
function getOptions(container: HTMLElement): HTMLElement[] {
return Array.from(container.querySelectorAll<HTMLElement>(".fa-ss__opt"));
}
No outgoing dependencies.
Impact (Incoming)
| Source | Type |
|---|---|
| buildContainer | calls |