Type Alias: ViewSubmissionHandler()
type ViewSubmissionHandler = (payload) => any | Promise<any> | undefined;
Defined in: adapter.ts:842
A handler function for view submission requests.
TODO: describe the payload and return values more specifically?
Parameters
payload
any
Returns
any
| Promise
<any
> | undefined