Skip to main content

ConfigurationItem Object

Stores information about a single configuration field.

type ConfigurationItem {
name: String!
value: String
type: ConfigurationTypeFieldEnum
helpText: String
label: String
}

Fields

name ● String!

Name of the field.

value ● String

Current value of the field.

type ● ConfigurationTypeFieldEnum

Type of the field.

helpText ● String

Help text for the field.

label ● String

Label for the field.

Member Of

PluginConfiguration object