Other Structures
The following structures are available globally.
-
A concrete
See moreActionDispatcherthat can acts as a proxy.Declaration
Swift
public struct ActionDispatcherProxy : ActionDispatcher -
Combines multiple actions into a chained, composite action. It guarantees the dispatch order of each action.
See moreDeclaration
Swift
public struct CompositeAction : RunnableAction -
Undocumented
See moreDeclaration
Swift
public struct Connector<Content, State, Props> : View where Content : View, Props : Equatable -
Undocumented
See moreDeclaration
Swift
public struct OnActionViewModifier : ViewModifier -
Undocumented
See moreDeclaration
Swift
public struct OnAppearDispatchActionViewModifier : ViewModifier -
Undocumented
See moreDeclaration
Swift
public struct OnAppearDispatchActionPlanViewModifier : ViewModifier
View on GitHub
Other Structures Reference