Skip to content

Commit

Permalink
[docs] Add description to the GridExportStateParams page (#5654)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Aug 8, 2022
1 parent d25313d commit 83b3298
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/x/api/data-grid/grid-export-state-params.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# GridExportStateParams Interface

<p class="description"></p>
<p class="description">Object passed as parameter in the `exportState()` grid API method.</p>

## Import

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ export interface GridRestoreStatePreProcessingValue {
callbacks: (() => void)[];
}

/**
* Object passed as parameter in the `exportState()` grid API method.
*/
export interface GridExportStateParams {
/**
* By default, the grid exports all the models.
Expand Down

0 comments on commit 83b3298

Please sign in to comment.