Skip to main content

SettingsOptionValue

A selectable value for a setting option, with the stored value and a human-readable label for UI rendering.

type SettingsOptionValue {
description: String!
label: String!
value: String!
}

Fields

SettingsOptionValue.description ● String! non-null scalar common

Human-readable description shown in the UI for this choice

SettingsOptionValue.label ● String! non-null scalar common

Human-readable label shown in the UI for this choice

SettingsOptionValue.value ● String! non-null scalar common

The value persisted when this choice is selected

Member Of

SettingsOption object