Magek Framework
    Preparing search index...

    Function calculatedField

    • Decorator to mark a property as a calculated field with dependencies.

      Uses TC39 Stage 3 decorators. Dependencies are stored in context.metadata and read by field-metadata-reader.

      Parameters

      • options: CalculatedFieldOptions

        A CalculatedFieldOptions object indicating the dependencies.

      Returns (target: Function, context: GetterDecoratorContext) => void