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

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

SignalStore.update() method

Signature:

update(path: string, value: unknown): void;

Parameters

Parameter

Type

Description

path

string

value

unknown

Returns:

void