GenericViewController
The style definition for the view controller that handles generic steps.
| 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_transparent. | 
| headerTextAppearance | String | The text appearance for the header area. The default value is TextAppearance.Title2.Center. | 
| headerTextColorName | String | The color name for the header text that references a color in the asset catalog of the application. The default value is hui_text. | 
| linksStyle | String | The style of the links area that references a defined style with the prefix: StackView. The default value is StackView.Links. | 
| messagesStyle | String | The style of the interactions area that references a defined style with the prefix: StackView. The default value is StackView. | 
| paddingBottom | Number | The bottom padding. The default value is 0. | 
| paddingLeft | Number | The left padding. The default value is 8. | 
| paddingRight | Number | The right padding. The default value is 8. | 
| paddingTop | Number | The top padding. The default value is 0. |