-
Notifications
You must be signed in to change notification settings - Fork 0
Home
m-housh edited this page Aug 23, 2021
·
4 revisions
- EditModeAction: Represents the actions for changing the edit mode.
- EditMode
- ListAction: Represents common actions that can be taken on lists.
- LoadableForEachAction: Represents the actions taken on a loadable for each view.
- LoadableListAction: Represents the actions that can be taken on a loadable list view.
- LoadablePickerAction: Represents the actions take by a loadable picker view.
- Loadable: Represents the different states of a loadable item.
- LoadableAction: The actions that a loadable view can use.
- LoadError
- UserAction
- EditButton: Represents a composable style edit button.
-
LoadableForEachEnvironment:
Represents the environment for a
LoadableForEach
view. - LoadableForEachState: Represents the state for a loadable for each view.
-
LoadableForEachStore:
A loadable list view that gives the caller access to a
ForEachStore
, once the elements have loaded. - LoadableListEnvironment: Represents the environment for a loadable list.
- LoadableListState: Represents the state of a loadable list view.
- LoadableList: A loadable view that shows a list of items once they've been loaded.
- LoadablePickerEnvironment: Represents the environment for a loadable list.
- LoadablePickerState: Represents the state of a loadable picker view.
- LoadablePicker: A picker whose elements can be loaded.
- EmptyLoadRequest: An empty load request type.
-
LoadableEnvironment:
A concrete
LoadableEnvironmentRepresentable
type. -
LoadableView:
A view that can handle loadable items using the
ComposableArchitecture
pattern. You will most likely want to make a more concrete view that fits your needs, using this internally. - User
- LoadableEnvironmentRepresentable: An environment that can load an item.
-
LoadableForEachEnvironmentFor:
A convenience for when the element is
Identifiable
and there is anEmptyLoadRequest
. -
LoadableForEachStateFor:
Convenience for when the element is
Identifiable
. -
LoadableForEachStoreActionFor:
Convenience for when the element is
Identifiable
. - LoadableListEnvironmentFor
- LoadableListStateFor
- LoadableListActionFor
- LoadablePickerEnvironmentFor
- LoadablePickerStateFor
- LoadablePickerActionFor
- LoadableActionsFor
Generated at 2021-08-23T22:43:49+0000 using swift-doc 1.0.0-rc.1.
Types
- EditButton
- EditMode
- EditModeAction
- EmptyLoadRequest
- ListAction
- LoadError
- Loadable
- LoadableAction
- LoadableEnvironment
- LoadableForEachAction
- LoadableForEachEnvironment
- LoadableForEachState
- LoadableForEachStore
- LoadableList
- LoadableListAction
- LoadableListEnvironment
- LoadableListState
- LoadablePicker
- LoadablePickerAction
- LoadablePickerEnvironment
- LoadablePickerState
- LoadableView
- User
- UserAction