TableRow API
API reference docs for the Stash TableRow
component. Learn about the props, CSS, and other APIs of this exported module.
Import
ts
import TableRow from '@leaflink/stash/TableRow.vue';
Props
Name | Type | Default | Description |
---|---|---|---|
accentColor | StashCommonColor | undefined | The accent color for the TableRow. |
hideExpansionDivider | boolean | false | |
isExpanded | boolean | false | |
isSelectDisabled | boolean | false | |
isSelected | boolean | false |
Slots
Name | Description |
---|---|
default | default |
expansion | expansion, for expandable content |
Events
Name | Description |
---|---|
update:isSelected | |
update:isExpanded |