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
|`primaryText`| Optional | mixed | record representation | The primary text to display. |
45
45
|`secondaryText`| Optional | mixed || The secondary text to display. |
46
46
|`tertiaryText`| Optional | mixed || The tertiary text to display. |
47
-
|`linkType`| Optional |mixed |`"edit"`| The target of each item click. |
47
+
|`rowClick`| Optional |mixed |`"edit"`| The action to trigger when the user clicks on a row. |
48
48
|`leftAvatar`| Optional | function || A function returning an `<Avatar>` component to display before the primary text. |
49
49
|`leftIcon`| Optional | function || A function returning an `<Icon>` component to display before the primary text. |
50
50
|`rightAvatar`| Optional | function || A function returning an `<Avatar>` component to display after the primary text. |
@@ -80,9 +80,9 @@ This prop should be a function returning an `<Avatar>` component. When present,
80
80
81
81
This prop should be a function returning an `<Icon>` component. When present, the `<ListItem>` renders a `<ListIcon>` before the `<ListItemText>`
82
82
83
-
## `linkType`
83
+
## `rowClick`
84
84
85
-
The `<SimpleList>` items link to the edition page by default. You can also set the `linkType` prop to `show` directly to link to the `<Show>` page instead.
85
+
The `<SimpleList>` items link to the edition page by default. You can also set the `rowClick` prop to `show` directly to link to the `<Show>` page instead.
0 commit comments