MwxOutput

@dynamicCallable
public struct MwxOutput : AnyOutput

A piece of output factory.

You define the output factory that generates inputs passed to presented view models for initialiation.

Factory

  • Call this function to dynamically generates inputs passed to presented view models for initialiation.

    Declaration

    Swift

    @discardableResult
    public func dynamicallyCall(withKeywordArguments pairs: KeyValuePairs<String, Any>) -> MwxInput

    Parameters

    pairs

    A KeyValuePairs for the key and value of the input data chunk.

    Return Value

    The generated input data store.