jax-js
System
Light
Dark
Search…
Preparing search index...
@jax-js/loaders
WeightMapperParams
Interface WeightMapperParams
Parameters for weight mapping object.
interface
WeightMapperParams
{
autoCamelCase
:
boolean
;
exact
:
Record
<
string
,
string
>
;
prefix
:
Record
<
string
,
string
>
;
substring
:
Record
<
string
,
string
>
;
suffix
:
Record
<
string
,
string
>
;
}
Properties
auto
Camel
Case
autoCamelCase
:
boolean
exact
exact
:
Record
<
string
,
string
>
prefix
prefix
:
Record
<
string
,
string
>
substring
substring
:
Record
<
string
,
string
>
suffix
suffix
:
Record
<
string
,
string
>
Properties
auto
Camel
Case
exact
prefix
substring
suffix
jax-js
Loading...
Parameters for weight mapping object.