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

Home > @lynx-js/genui > SignalStore > updateBatch

SignalStore.updateBatch() method

Signature:

updateBatch(updates: {
        path: string;
        value: unknown;
    }[]): void;

Parameters

Parameter

Type

Description

updates

{ path: string; value: unknown; }[]

Returns:

void