Skip to content

LoadableAction

m-housh edited this page Aug 20, 2021 · 1 revision

LoadableAction

The actions that a loadable view can use.

public enum LoadableAction<LoadedValue, Failure: Error> 

Enumeration Cases

load

Load or refresh the item.

case load

loadingCompleted

The load has completed.

case loadingCompleted(Result<LoadedValue, Failure>)
Clone this wiki locally