OBJECT

ThemeComponentParameterCondition

Display condition for a theme component parameter

link GraphQL Schema definition

  • type ThemeComponentParameterCondition {
  • # Id of the parameter to evaluate
  • parameterId: String!
  • # Expected value (null means not-null check via sentinel)
  • value: Json
  • }