Skip to main content

Interface: HistoryItemOption

Represents an option selection in the history stack.

This interface captures the visual and identification properties of an option that was selected as part of a configuration history entry. It contains the necessary information to display and identify the option in history interfaces.

Properties

image

image: string

Display image for the option.

A relative path or identifier for the image that represents this option in the history UI.


label

label: string

Display label for the option.

The human-readable text that identifies this option in the history UI.


name

name: string

Internal name of the option.

Used for programmatic identification of the option.


resize

resize: boolean

Indicates whether the option image should be resized.

When true, the image should be adjusted to fit the display area while maintaining its aspect ratio.


src

src: string

Source path for the option's full-size image.

Used to retrieve the complete image when detailed view is needed.