Periodic Table Database Schema - v0.7.1
    Preparing search index...

    Type Alias BaseProperty<C, T>

    BaseProperty: {
        conditions?: Condition<C>;
        reactions?: ReactionRef[];
        references?: RefId[];
    } & T

    Shared structural framework for properties, integrating environmental conditions and bibliographic metadata.

    Type Parameters

    • C extends PhysicalQuantity

      The physical quantity of the environmental conditions.

    • T extends Struct = {}

      Additional structural fields for the property.

    Type Declaration

    • Optionalconditions?: Condition<C>

      Environmental parameters (temperature, pressure, etc.) during measurement.

    • Optionalreactions?: ReactionRef[]

      References to chemical reactions associated with this property.

    • Optionalreferences?: RefId[]

      Citations of scientific literature supporting this data.