Skip to content

Commit

Permalink
Add view to object input options
Browse files Browse the repository at this point in the history
  • Loading branch information
rphillips-cc committed Sep 24, 2024
1 parent 6eb50b9 commit 0e95b5f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/configuration.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -904,6 +904,10 @@ export interface ObjectInputOptions extends BaseInputOptions<EmptyTypeObject>, P
* Controls whether or not labels on mutable object entries are formatted.
*/
allow_label_formatting?: boolean;
/**
* Controls how object previews are rendered.
*/
view?: 'card' | 'gallery' | 'gallery-left';
}

export interface ObjectInput extends BaseInput<ObjectInputOptions> {
Expand Down

0 comments on commit 0e95b5f

Please sign in to comment.