Methods
# inner ActionLinksRow(props) → {React.ReactElement}
Parameters:
Name | Type | Description |
---|---|---|
props |
object
|
props object |
links |
object
|
array of link objects |
links.label |
string
|
label for the link |
links.url |
string
|
url for the link |
links.target |
string
|
target for the link |
includeDivider |
boolean
|
whether to include a divider above the links |
themeGroup |
object
|
theme object |
themeGroup.actionLinkRow |
object
|
theme object for the action link row |
- React component
React.ReactElement