DetailRow
Single label/value table row meant to be used inside a DetailCard.
Provide either DetailRow.Value for plain text or DetailRow.ValueContent for richer rendering.
Properties
Section titled “Properties”Optional CSS class forwarded to the row.
Label shown in the left column (secondary color).
Optional inline style forwarded to the row.
UserAttributes
Section titled “UserAttributes”Unmatched attributes splatted onto the row.
Plain-text value shown in the right column when DetailRow.ValueContent is null.
ValueContent
Section titled “ValueContent”Richer right-column content (e.g. status chip, multi-element value). Overrides DetailRow.Value.