exported(as:)
Exports this transient entity as a system intent value type.
Declaration
func exported<T>(as type: T.Type) async throws -> T where T : _SystemIntentValue, T : IntentValueConvertibleParameters
- type:
The target system intent value type.
Return Value
An instance of the requested type.