Function: getFluentData()
getFluentData(
data
,parentKey
):Record
<string
,FluentVariable
>
Converts the form data to a Fluent compatible. Internal use only.
Parameters
• data: Record
<string
, unknown
>
the form data.
• parentKey: string
= ''
the parent property key.
Returns
Record
<string
, FluentVariable
>
all the form data that is of the FluentVariable type. Additionally, the keys of the returned object are converted to the snake case.