React Advanced Odontogram - v2.2.1
    Preparing search index...

    Function __renderActiveLayersOnNode

    • TEST-ONLY: hydrate serialized and render it onto an already-parsed svg node (as returned by __parseSvgForTest), reusing that SAME node — see __parseSvgForTest for why this matters. Returns the in-document-order active-layer fingerprint, same shape as __renderActiveLayers. Not part of the public API.

      Parameters

      • svg: any
      • toothNo: number
      • serialized: Record<string, unknown>

      Returns { cls: string; id: string; opacity: string }[]