You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/docs/references/ui/component.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -366,7 +366,7 @@ Type: `string`
366
366
|**columns**|`string[]`| optional | Fields to display in the related list. Optional: when omitted, columns derive from the related object's highlightFields / default list columns (a related list is just another surface that lists that object). Override chain: child highlightFields → field-level relatedListColumns → this inline list. |
367
367
|**sort**|`string \| { field: string; order: Enum<'asc' \| 'desc'> }[]`| optional | Sort order for related records |
368
368
|**limit**|`integer`| ✅ | Number of records to display initially |
369
-
|**filter**|`{ field: string; operator: string; value?: string \| number \| boolean \| null \| string \| number[] }[]`| optional | Additional filter criteria for related records |
|**kind**|`Enum<'full' \| 'slotted' \| 'html' \| 'react' \| 'jsx'>`| optional | Page override mode. full \| slotted = structured authoring; html = author-written constrained JSX/HTML+Tailwind compiled (parsed, never executed) to the tree (ADR-0080; the legacy value 'jsx' is a deprecated alias); react = real-React source executed at render by the runtime (ADR-0081); it runs author JS, so it is gated by a host capability that defaults ON and is disabled server-side via the OS_PAGE_REACT=off env toggle. |
|**searchableFields**|`string[]`| optional | Fields enabled for search |
347
347
|**filterableFields**|`string[]`| optional | Legacy shorthand for userFilters.fields — bare field names enabled for end-user filtering. Prefer userFilters |
|**searchableFields**|`string[]`| optional | Fields enabled for search |
436
436
|**filterableFields**|`string[]`| optional | Legacy shorthand for userFilters.fields — bare field names enabled for end-user filtering. Prefer userFilters |
@@ -713,7 +713,7 @@ View filter rule
713
713
| Property | Type | Required | Description |
714
714
| :--- | :--- | :--- | :--- |
715
715
|**field**|`string`| ✅ | Field name to filter on |
0 commit comments