Interceptor
public protocol Interceptor
A type which intercepts all Action
s and the State
changes happening in a Store
.
-
The type of
State
theInterceptor
will get.Declaration
Swift
associatedtype State
-
id
Default implementationThe identifier for the
Interceptor
Default Implementation
Declaration
Swift
static var id: String { get }