Skip to main content

Interface: GetDeepObjectKeysOptions

@sapphire/utilities.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'

Defined in

lib/getDeepObjectKeys.ts:73