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

Methods

lxVar({String? named, bool isSensitive = false}) LxVar<T>

Available on T, provided by the LxExtension extension

Wraps this value in a reactive LxVar with optional configuration.