339 B
339 B
sidebar_label |
---|
ConnectionCallback.resolve |
ConnectionCallback.resolve() method
Signature:
interface ConnectionCallback {
resolve(args: unknown): void;
}
Parameters
Parameter | Type | Description |
---|---|---|
args | unknown |
Returns:
void