This is the dev preview website. Check out the document at lynxjs.org

Home > @lynx-js/genui > MessageProcessor > dispatch

MessageProcessor.dispatch() method

Signature:

dispatch(message: Record<string, unknown>): Promise<unknown>;

Parameters

Parameter

Type

Description

message

Record<string, unknown>

Returns:

Promise<unknown>