Skip to main content

Interface: SelectedOptionSimple

Represents a single selected option within a block.

This interface contains all relevant information about an option that has been selected by the user, including its identifying information, visual properties, and configuration data. Selected options define the complete configuration state of a product.

Properties

blockCode

blockCode: string

Unique code of the block this option belongs to.


blockId

blockId: string

Unique identifier for the block this option belongs to.


blockName

blockName: string

Display name of the block this option belongs to.


code?

optional code: string

Configuration code for this option, used in generating the complete product code.


groupIndex

groupIndex: number

Index of the group this option belongs to.


groupOptionIndex

groupOptionIndex: number

Index of this option within its group.


hideInOptionPanel

hideInOptionPanel: boolean

If true, this option will be hidden in the option panel.


hideInPdf

hideInPdf: boolean

If true, this option will be hidden in PDF exports.


imageSrc?

optional imageSrc: string

Relative path to the option's image on the storage bucket.


isSpecialWidget

isSpecialWidget: boolean

If true, this is a special widget with custom code and model structure.


letterCode?

optional letterCode: string

Letter code used in configuration code generation.


metafields?

optional metafields: Metafields

Custom parameters that can be dynamically added to this option.


optionId?

optional optionId: string

Unique identifier for this option.


optionSetId?

optional optionSetId: string

Identifier for the option set this option belongs to.


optionSetName?

optional optionSetName: string

Name of the option set this option belongs to.


priceCode?

optional priceCode: string

Code used for price calculations related to this option.


thumbnail?

optional thumbnail: Nullable<string>

Absolute path to the option's thumbnail image (425px size).


value

value: string

The selected value for this option.


widgetType

widgetType: WidgetType

The type of widget used to render this option (e.g., dropdown, color picker, etc.)