INPUT_OBJECT

BackgroundColorSettingOverride

Override the presentation background settings.

@internal

link 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
  • }