EntityListRow
Each example below is a real component instance — flip the theme toggle to see how it adapts.
Default#
ledger-coreOWNED_BY
List#
Loading…
Props#
| Prop | Type | Default | Description |
|---|---|---|---|
| type * | enum | — | |
| name * | ReactNode | — | Entity name / id. Rendered in mono. |
| relation | ReactNode | — | Trailing pill (e.g., relation type: `OWNED_BY`). |
| meta | ReactNode | — | Trailing meta line (e.g., a timestamp). |
| onClick | MouseEventHandler<HTMLButtonElement> | undefined | — | When provided, the row becomes a clickable button. |
| hideGlyph | boolean | undefined | — | When true, hides the leading glyph dot. |