Type Alias SetValueTransformer<GetType>

SetValueTransformer: (
    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