MimiCustomParameterPickerOption

public struct MimiCustomParameterPickerOption : Sendable, Equatable

A single selectable option for a picker(options:) control.

Warning

Debugging/development-only. See MimiCustomParameterControl.
  • Human-readable label for the option.

    Declaration

    Swift

    public let label: String
  • The value applied when this option is selected (an int or string value).

    Declaration

    Swift

    public let value: MimiCustomParameterValue