diff --git a/src/configuration.d.ts b/src/configuration.d.ts index c0d2c2b..f7239b2 100644 --- a/src/configuration.d.ts +++ b/src/configuration.d.ts @@ -904,6 +904,10 @@ export interface ObjectInputOptions extends BaseInputOptions, 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 {