Type Alias SetValueTransformer<GetType>

SetValueTransformer<GetType>: ((newValue: GetType, thisBinding: ReadonlyBinding<GetType>) => GetType)

A transformer function called prior to storing the value when using the set method

Type Parameters

  • GetType

Type declaration