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