Home > @lynx-js/genui > prepareMessagesForProcessing
prepareMessagesForProcessing() function
Tag messages with the given messageId and report whether any of them carries a non-empty updateComponents. Also dedupes createSurface messages against the set of currently-active surfaces.
Signature:
Parameters
Returns:
{ messages: ServerToClientMessage[]; hasComponentUpdate: boolean; }

