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

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

    CoupledProperty: Expand<BaseProperty<C, T> & CoupledValue<Q, P, S>>

    A general grouping of related properties of any data type sharing common conditions.

    Type Parameters

    • Q extends PhysicalQuantity | NoUnit

      The physical quantities 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.