Contents

Value

The type of value provided to the template.

Declaration

associatedtype Value

Discussion

When you create a custom provider, Swift infers this type from your implementation of the required ValueProvider/previewValue(configuration:) and ValueProvider/currentValue(configuration:) methods.