turbodombuilder - v0.9.22
    Preparing search index...

    Type Alias PropertyConfig<Type, State, ClassType>

    PropertyConfig:
        | PartialRecord<State, Type | ReifectInterpolator<Type, ClassType>>
        | Type
        | StateInterpolator<Type, State, ClassType>

    Type Parameters

    • Type
    • State extends string | number | symbol
    • ClassType extends object = Element

    A configuration type for properties based on states or interpolated values.