turbodombuilder - v0.9.66
    Preparing search index...

    Type Alias PropertyConfig<Type, State, ClassType>

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

    Type Parameters

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