Skip to content

Commit

Permalink
Add doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jassmith committed Feb 2, 2024
1 parent aa33c0b commit 20e8f21
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/core/src/data-editor/data-editor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -636,6 +636,9 @@ export interface DataEditorProps extends Props, Pick<DataGridSearchProps, "image
*/
readonly trapFocus?: boolean;

/**
* Allows overriding the default amount of bloom (the size growth of the overlay editor)
*/
readonly editorBloom?: readonly [number, number];
}

Expand Down

0 comments on commit 20e8f21

Please sign in to comment.