Home
last modified time | relevance | path

Searched refs:latestValue (Results 1 – 1 of 1) sorted by relevance

/third_party/jsframework/runtime/main/model/
Dcompiler.ts122 latestValue: undefined | string | number; property
899 config.latestValue = value;
902 const latestValue = config.latestValue; constant
903 handler(latestValue);
905 config.latestValue = undefined;