Type Alias
LinkDestinationSummary.Variant.VariantValue
A wrapper for variant values that can either be specified, meaning the variant has a custom value, or not, meaning the variant has the same value as the summarized element.
typealias VariantValue = Optional
Discussion
This alias is used to make the property declarations more explicit while at the same time offering the convenient syntax of optionals.