previewValue(configuration:)
A value to be shown while previewing the control in the add sheet.
Declaration
func previewValue(configuration: Self.Configuration) -> Self.ValueParameters
- configuration:
The intent containing user-editable parameters.
Discussion
This value should be generated quickly and cheaply. Calculate more expensive and accurate values in currentValue(configuration:).