Other Type Aliases

The following type aliases are available globally.

  • A closure that dispatches a cancellable action.

    Declaration

    Swift

    public typealias SendCancellableAction = (Action) -> Cancellable

    Parameters

    action

    The action to dispatch.