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

    Type Alias Property<Q, P, S, T, C>

    Property: Expand<BaseProperty<C, T> & Value<Q, P, S>>

    Comprehensive union of all scientific property models supported in the database.

    Type Parameters

    • Q extends PhysicalQuantity | NoUnit

      The physical quantity of numerical properties.

    • P extends Primitive = Primitive

      The type of primitive properties.

    • S extends Struct = Struct

      The type of structured properties.

    • T extends Struct = {}

      Additional structural fields for the property.

    • C extends PhysicalQuantity = PhysicalQuantity

      The physical quantity of the environmental conditions.