LxExtension<T> extension
Extensions to create reactive variables from primitive values.
- on
-
- T
Properties
-
lx
→ LxVar<
T> -
Available on T, provided by the LxExtension extension
Creates an LxVar holding this value.no setter -
lxNullable
→ LxVar<
T?> -
Available on T, provided by the LxExtension extension
Wraps this value in a nullable reactive LxVar.no setter