Type Alias: ViewClosedHandler()
type ViewClosedHandler = (payload) => void;
Defined in: adapter.ts:849
A handler function for view closed requests.
TODO: describe the payload and return values more specifically?
Parameters
payload
any
Returns
void