API reference · generated from source
Interface: IReduxDevToolsConnection#
Defined in: types.ts:57
Handle returned by connectReduxDevTools.
Properties#
Methods#
dispose()#
dispose(): void;Defined in: types.ts:68
Disconnect: removes the Retree debug tap and unsubscribes from the extension. Safe to call more than once.
Returns#
void