Skip to content

Commit 65bb1a5

Browse files
committed
chore: Update snapshots
1 parent ec85737 commit 65bb1a5

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

src/__tests__/snapshot-tests/__snapshots__/documenter.test.ts.snap

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8777,6 +8777,11 @@ You must provide an ordered list of the items to display in the \`preferences.co
87778777
"optional": true,
87788778
"type": "boolean",
87798779
},
8780+
{
8781+
"name": "groups",
8782+
"optional": true,
8783+
"type": "ReadonlyArray<CollectionPreferencesProps.ContentDisplayOptionGroup>",
8784+
},
87808785
{
87818786
"inlineType": {
87828787
"name": "CollectionPreferencesProps.ContentDisplayPreferenceI18nStrings",
@@ -25702,6 +25707,13 @@ Use it in conjunction with the content display preference of the [collection pre
2570225707
"optional": true,
2570325708
"type": "ReadonlyArray<TableProps.ColumnDisplayProperties>",
2570425709
},
25710+
{
25711+
"description": "Add grouping for the columns define groups for columns to be under and also nested groups for which
25712+
other groups will be nested under.",
25713+
"name": "columnGroupingDefinitions",
25714+
"optional": true,
25715+
"type": "ReadonlyArray<TableProps.ColumnGroupsDefinition<T>>",
25716+
},
2570525717
{
2570625718
"defaultValue": "'comfortable'",
2570725719
"description": "Toggles the content density of the table. Defaults to \`'comfortable'\`.",

0 commit comments

Comments
 (0)