Values.ThemeSourceThe custom branding theme, which might include a custom logo, website links, and other branding to display to users.
type nonrec t = {stackName : Name.t option;The stack that has the custom branding theme.
*)state : ThemeState.t option;The state of the theme.
*)themeTitleText : ThemeTitleText.t option;The browser tab page title.
*)themeStyling : ThemeStyling.t option;The color that is used for the website links, text, buttons, and catalog page background.
*)themeOrganizationLogoURL : String_.t option;The URL of the logo that displays in the catalog page header.
*)themeFaviconURL : String_.t option;The URL of the icon that displays at the top of a user's browser tab during streaming sessions.
*)createdTime : Timestamp.t option;The time the theme was created.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string * [> `String of ThemeFooterLinkDisplayName.t ]) list ]
list
| `String of Name.t
| `Timestamp of Timestamp.t ])
list ]