Type Alias DynamicConditionFunction<This, Value>

DynamicConditionFunction: (
    targetInstance: This,
) =>
    | PrimitiveTypeProperty<This>
    | RelationTypeProperty<This, Value>
    | undefined

Type Parameters

  • This
  • Value

Type declaration