getDropdown function presentation

Last updated: 2026-03-04T23:21:38.415Z

Metrics

LOC: 3 Complexity: 1 Params: 1

Signature

getDropdown(container: HTMLElement): : HTMLElement

Source Code

function getDropdown(container: HTMLElement): HTMLElement {
  return container.querySelector<HTMLElement>(".fa-ss__dropdown")!;
}

No outgoing dependencies.

Impact (Incoming)

graph LR getDropdown["getDropdown"] buildContainer["buildContainer"] buildContainer -->|calls| getDropdown style getDropdown fill:#dbeafe,stroke:#2563eb,stroke-width:2px click getDropdown "c6dbfdfd1dae166b.html" click buildContainer "a0615493bb53efa4.html"
SourceType
buildContainer calls