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

    Type Alias OdontogramSummarySection

    One heading + its per-tooth entries in the tooth-information summary.

    type OdontogramSummarySection = {
        emptyText: string;
        heading: string;
        items: string[];
        key:
            | "caries"
            | "fillings"
            | "endo"
            | "diagnoses"
            | "wear"
            | "discoloration"
            | "orthodontics"
            | "prosthetics";
    }
    Index

    Properties

    emptyText: string

    Localized "no such tooth" sentence, shown when items is empty.

    heading: string
    items: string[]
    key:
        | "caries"
        | "fillings"
        | "endo"
        | "diagnoses"
        | "wear"
        | "discoloration"
        | "orthodontics"
        | "prosthetics"