Interface DynDerivedReducerCtor<T>
interface DynDerivedReducerCtor<T> {
new DynDerivedReducerCtornew (hostData: DynDataHost<any>, parentIndex: DynIndexerAPI<any, T>, options: DynDataOptions<T>): DynDerivedReducer<any, any, T>;
}
new DynDerivedReducerCtornew (hostData: DynDataHost<any>, parentIndex: DynIndexerAPI<any, T>, options: DynDataOptions<T>): DynDerivedReducer<any, any, T>;
}
Type Parameters
Index
Constructors
Constructors
constructor
- new
Dyn (hostData, parentIndex, options): DynDerivedReducer<any, any, T>Derived Reducer Ctor Parameters
- hostData: DynDataHost<any>
- parentIndex: DynIndexerAPI<any, T>
- options: DynDataOptions<T>
Returns DynDerivedReducer<any, any, T>
Defines the shape of a derived reducer constructor function.