ResourceInterface.resetSource() method
Reset a source by key back to undefined.
Signature:
resetSource<K extends keyof TSources>(key: K): ResourceInterface<TOptions, TSources>;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
key |
K |
Returns:
ResourceInterface<TOptions, TSources>