Skip to content

Commit

Permalink
Add missing type displayArrayKey
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanDirlam committed Feb 16, 2024
1 parent a62836b commit ace505a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,12 @@ export interface ReactJsonViewProps {
* Default: true
*/
displayDataTypes?: boolean;
/**
* When set to true, the index of the elements prefix values
*
* Default: true
*/
displayArrayKey?: boolean;
/**
* set to false to remove quotes from keys (eg. "name": vs. name:)
*
Expand Down

0 comments on commit ace505a

Please sign in to comment.