@patternmeshjs/core
    Preparing search index...

    Class WriteRecipeStepBuilder<E>

    Type Parameters

    • E extends EntityMap
    Index

    Constructors

    Methods

    • Parameters

      • label: string
      • entity: keyof E & string
      • mapKey: (input: Record<string, unknown>) => Record<string, unknown>
      • ifFn: ConditionCheckFn

      Returns this

    • Parameters

      • label: string
      • entity: keyof E & string
      • mapKey: (input: Record<string, unknown>) => Record<string, unknown>

      Returns this

    • Parameters

      • label: string
      • entity: keyof E & string
      • mapInput: (input: Record<string, unknown>) => Record<string, unknown>

      Returns this

    • Parameters

      • label: string
      • entity: keyof E & string
      • mapKey: (input: Record<string, unknown>) => Record<string, unknown>
      • apply: (u: unknown, input: Record<string, unknown>) => void

      Returns this