LxExtension<T> extension

Extensions to provide the signature .lx syntax for creating reactive state.

on
  • T

Properties

lx LxVar<T>

Available on T, provided by the LxExtension extension

Wraps this value in a reactive LxVar.
no setter
lxNullable LxVar<T?>

Available on T, provided by the LxExtension extension

Wraps this value in a nullable reactive LxVar.
no setter