UnwrapStore

@MainActor
public struct UnwrapStore<State, Event, Environment, Content> : View where Content : View

Initialization

  • Declaration

    Swift

    public init<UnwrappedContent>(
        _ store: Store<State?, Event, Environment>,
        @ViewBuilder unwrappedContent: @escaping (Store<State, Event, Environment>) -> UnwrappedContent
    ) where Content == UnwrappedContent?

Body

  • Declaration

    Swift

    public var body: some View { get }