Interface: OptionSetData
Represents data for an option set, including its options and metadata.
An OptionSetData contains the complete information about an option set, including its display properties and all available options. Option sets are collections of related options that belong to a specific block.
Properties
description?
optional
description:string
|RawDraftContentState
Optional description of the option set. Can be plain text or rich text.
display
display:
string
Display name shown to users in the configurator interface.
name
name:
string
Internal name for the option set, used for administrative purposes.
options
options:
OptionSetOption
[]
Complete list of options available in this option set.
optionSetId
optionSetId:
string
Unique identifier for this option set.