SelectorViewController
The style definition for the view controller that handles a list of selectors.
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 . |
contentStyle | String | The style of the content area that references a defined style with the prefix: StackView . The default value is StackView.Interactions . |
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 interactions 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 8 . |
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 8 . |