Skip to main content
Version: Next

RuntimeConfigDto

controlPlaneInteractionsstringrequired
Example: automatic
colorstringrequired
Example: #3B8BF6
darkThemeUrlstring
Example: https://example.com/darktheme.png
lightThemeUrlstring
Example: https://example.com/lighttheme.png
RuntimeConfigDto
{
"controlPlaneInteractions": "automatic",
"color": "#3B8BF6",
"darkThemeUrl": "https://example.com/darktheme.png",
"lightThemeUrl": "https://example.com/lighttheme.png"
}