Skip to content

Commit

Permalink
chore: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
yogeshbhutkar committed Mar 5, 2025
1 parent 23e80b4 commit dc3ff35
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions packages/dataviews/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -705,6 +705,23 @@ The header text to show in the modal.
- Type: `string`
- Optional
### `modalSize`
Specifies the size of the modal window when displaying action content using `RenderModal`.
- Type: `string`
- Optional
- Default: `'medium'`
- One of: `'small'`, `'medium'`, `'large'`, `'fill'`
Example:
```js
{
modalSize: 'large';
}
```
## Fields API
### `id`
Expand Down

0 comments on commit dc3ff35

Please sign in to comment.