Member Junction
    Preparing search index...

    A single step in a field value transformation pipeline

    interface TransformStep {
        Config: TransformConfig;
        OnError?: TransformOnError;
        Type: TransformType;
    }
    Index

    Properties

    Properties

    Configuration for the transform step

    Error handling strategy for this step. Defaults to 'Null' (grace — null the field, keep going).

    The type of transform to apply