toCustom$
Creates a custom transformation function.
const transform = toCustom$(action, options);
Parameters
action
TransformField
options
object
on
'input' | 'change' | 'blur'
Return
transform
QRL<
TransformField
>
Creates a custom transformation function.
const transform = toCustom$(action, options);
action
TransformField
options
object
on
'input' | 'change' | 'blur'
transform
QRL<TransformField
>