g3-toolkit API Reference
    Preparing search index...

    Interface ProjectionStepConfig

    interface ProjectionStepConfig {
        enabled: boolean;
        name: string;
        transform: ProjectionStep;
    }
    Index

    Properties

    enabled: boolean

    Whether this step is currently enabled.

    name: string

    Human-readable name for the step.

    transform: ProjectionStep

    The transform function.