The Candid Startup
Posts
Topics
Projects
About
Contact
Preparing search index...
@candidstartup/infinisheet-types
MessageHandler
Type Alias MessageHandler<MessageT>
MessageHandler
:
(
message
:
MessageT
)
=>
ResultAsync
<
void
,
InfinisheetError
>
Type of handler function for
InfiniSheetWorker.onReceiveMessage
Type Parameters
MessageT
extends
WorkerMessage
Type Declaration
(
message
:
MessageT
)
:
ResultAsync
<
void
,
InfinisheetError
>
Parameters
message
:
MessageT
Returns
ResultAsync
<
void
,
InfinisheetError
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Project Home
Posts
Topics
Projects
About
Contact
InfiniSheet
Loading...
Type of handler function for InfiniSheetWorker.onReceiveMessage