Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ITranformProps<T>

Describes Transform props

Type parameters

  • T

Hierarchy

  • ITranformProps

Indexable

[key: string]: any

Describes Transform props

Index

Properties

Properties

transformer

transformer: function

Transformer function that accepts changed field and his value and form model and returns fields map to update values

Type declaration

    • (field: keyof T, value: IFieldState<T[keyof T]>, model: T): Partial<T>
    • Parameters

      • field: keyof T
      • value: IFieldState<T[keyof T]>
      • model: T

      Returns Partial<T>

Generated using TypeDoc