redux-data-service > IAdapterFactory
IAdapterFactory
⊕ new IAdapterFactory(pathName: string
, options?: any
): IAdapter<T
>
Defined in Adapters/IAdapter.ts:13
Parameters:
Name | Type |
---|---|
pathName | string |
Optional options |
any |
Returns: IAdapter<T
>