FormViewController
The style definition for the view controller that handles form.
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 . |
contentTextAppearance | String | The text appearance for the content area. The default value is TextAppearance.Content . |
contentTextColorName | String | The color name for the content text that references a color in the asset catalog of the application. The default value is hui_text_paragraphs . |
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 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 . |