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

    Function setPluginState

    • Set a plugin's custom state for a specific tooth. Triggers SVG re-render for that tooth and updates the tooltip.

      Parameters

      • toothNo: number

        The FDI tooth number (11–48).

      • pluginId: string

        The plugin's unique identifier.

      • value: unknown

        The custom state value (any JSON-serializable value, or undefined to clear).

      Returns void