BackgroundColorSettingOverride

open_in_new

Override the presentation background settings.

GraphQL Schema definition

  • input BackgroundColorSettingOverride {
  • # Set the background to one of the supported colors.
  • set: ModelBackgroundColor
  • # Reset the background color to the default value if true.
  • resetToDefault: Boolean
  • }