Interface: GetDeepObjectKeysOptions
The options for getDeepObjectKeys
Properties
arrayKeysIndexStyle?
optional
arrayKeysIndexStyle:"dotted"
|"braces-with-dot"
|"braces"
Whether to use .${index}.
('dotted'
), [${index}].
, ('braces-with-dot'
) or [${index}]
('braces'
) to separate array keys
Default
'dotted'