OBJECT
ThemeComponentParameterType
Theme component parameter type
link GraphQL Schema definition
- type ThemeComponentParameterType {
- # Label
- : String!
- # Type
- : String!
- # Configuration
- : AssociativeArray
- # Value
- : ThemeComponentParameterTypeEnum!
- }