OBJECT

ThemeComponentPreview

Theme component preview

link GraphQL Schema definition

  • type ThemeComponentPreview {
  • # Has the generation succeeded?
  • success: Boolean!
  • # HTML preview
  • html: String!
  • # :root block built from the submitted theme variables, to inject before the theme
  • # stylesheet
  • cssVariables: String!
  • # Available parameters
  • context: AssociativeArray!
  • }

link Require by