ActionableButton.LinkView
The style definition for the "link view actionable button".
| Key | Type | Description |
|---|---|---|
| backgroundColorName | String | The color name for the background that references a color in the asset catalog of the application. The default value is hui_button_background_secondary. |
| borderColorName | String | The color name for the border that references a color in the asset catalog of the application. The default value is hui_transparent. |
| borderWidth | Number | The width of the border. The default value is 0. |
| cornerRadius | Number | The radius of the corner. The default value is 0. |
| iconTextPadding | Number | The padding between the icon and the text. The default value is 0. |
| imageName | String | The image name that references an image in the asset catalog of the application. The default value is omitted. Omitting this value or providing an invalid value hides the image. |
| loadingIndicatorViewStyle | String | The loading indicator view style. The default value is LoadingIndicatorView.ButtonLinkView. |
| minHeight | Number | The minimum height. The default value is 36. |
| textAppearance | String | The text appearance. The default value is TextAppearance.Link. |
| textColorName | String | The color name for the text that references a color in the asset catalog of the application. The default value is hui_spot_magenta_immutable. |