AnyOutput
public protocol AnyOutput
You conform to the AnyOutput protocol to define
the output factory that generates inputs passed to
presented view models for initialiation.
-
Call this function to dynamically generates inputs passed to presented view models for initialiation.
Declaration
Swift
func dynamicallyCall(withKeywordArguments pairs: KeyValuePairs<String, Any>) -> MwxInputParameters
pairsA
KeyValuePairsfor the key and value of the input data chunk.Return Value
The generated input data store.
View on GitHub
AnyOutput Protocol Reference