Waiting for engine...
Skip to main content

DevPortalColorsInput

Input parameters for configuring color scheme settings in developer portal theme.

input DevPortalColorsInput {
siteFrameworkColor: String
contentBackgroundColor: String
borderColor: String
primaryTextColor: String
linkColor: String
selectedItemColor: String
headingColor: String
navigationBackgroundColor: String
navigationLinkColor: String
navigationSelectedItemColor: String
navigationHeadingColor: String
}

Fields

DevPortalColorsInput.siteFrameworkColor ● String scalar miscellaneous

Site Framework Hex Color Code of the devportal

DevPortalColorsInput.contentBackgroundColor ● String scalar miscellaneous

Content Background Hex Color Code of the devportal

DevPortalColorsInput.borderColor ● String scalar miscellaneous

Border Hex Color Code of the devportal

DevPortalColorsInput.primaryTextColor ● String scalar miscellaneous

Primary Text Hex Color Code of the devportal

DevPortalColorsInput.linkColor ● String scalar miscellaneous

Link Hex Color Code of the devportal

DevPortalColorsInput.selectedItemColor ● String scalar miscellaneous

Selected Item Hex Color Code of the devportal

DevPortalColorsInput.headingColor ● String scalar miscellaneous

Heading Item Hex Color Code of the devportal

DevPortalColorsInput.navigationBackgroundColor ● String scalar miscellaneous

Navigation Background Hex Color Code of the devportal

DevPortalColorsInput.navigationLinkColor ● String scalar miscellaneous

Navigation Link Hex Color Code of the devportal

DevPortalColorsInput.navigationSelectedItemColor ● String scalar miscellaneous

Navigation Selected Item Hex Color Code of the devportal

DevPortalColorsInput.navigationHeadingColor ● String scalar miscellaneous

Navigation Heading Hex Color Code of the devportal

Member Of

DevPortalThemeInput input

On this Page