Function dynamicConditionDecoratorFactory

  • dynamicConditionDecoratorFactory

    Type Parameters

    • This extends object

      The type of the class the decorator is applied to.

    • Target

      The type of the relation

    • Value

      The type of the decorated property.

    • Args extends string

    Parameters

    Returns DecoratorType<This, Value>

    The property decorator function.