Interface Correlation

interface Correlation {
    atomType: string;
    attachment: Record<string, number[]>;
    edited: Record<string, boolean>;
    equivalence: number;
    hybridization: number[];
    id: string;
    label: Record<string, string>;
    link: Link[];
    protonsCount: number[];
    pseudo: boolean;
}

Hierarchy

  • CorrelationAndLinkFields
    • Correlation

Properties

atomType: string
attachment: Record<string, number[]>
edited: Record<string, boolean>
equivalence: number
hybridization: number[]
id: string
label: Record<string, string>
link: Link[]
protonsCount: number[]
pseudo: boolean