Skip to content

luxe API (2025.1.2)


luxe: ui/field/number module


UINumber

import "luxe: ui/field/number" for UINumber

no docs found


UINumber.create(ui: Any) returns unknown

no docs found

UINumber.get_text_field(num: Control) returns Control

no docs found

UINumber.get_value(num: Control) returns Num

no docs found

UINumber.get_valid(num: Control) returns Num

no docs found

UINumber.set_value(num: Control, value: Num) returns unknown

no docs found

UINumber.set_precision(num: Control, value: Num) returns unknown

no docs found

UINumber.get_precision(num: Control, value: Num) returns unknown

no docs found

UINumber.set_validation(num: Control, fn: Fn) returns unknown

no docs found

UINumberState

import "luxe: ui/field/number" for UINumberState

no docs found


UINumberState.validation returns unknown

no docs found

UINumberState.validation=(v : Any) returns unknown

no docs found

UINumberState.text_control returns unknown

no docs found

UINumberState.text_value returns unknown

no docs found

UINumberState.precision returns unknown

no docs found

UINumberState.precision=(v : Any) returns unknown

no docs found

UINumberState.value returns unknown

no docs found

UINumberState.valid returns unknown

no docs found

UINumberState.new(ui: Any, ctrl: Any) returns UINumberState

no docs found

UINumberState.set_value(value: Any) returns unknown

no docs found

UINumberState.resize(x: Any, y: Any, w: Any, h: Any) returns unknown

no docs found

UINumberState.refresh_radial() returns unknown

no docs found

UINumberState.expand_radial(state: Any) returns unknown

no docs found

UINumberState.fix(value: Num) returns unknown

no docs found

UINumberState.on_radial_event(event: Any) returns unknown

no docs found

UINumberState.cancel_radial_capture() returns unknown

no docs found

UINumberState.render_radial(control: Any, state: Any, x: Any, y: Any, w: Any, h: Any) returns unknown

no docs found

UINumberState.make_num(string: String) returns unknown

no docs found

UINumberState.validate(num: Num) returns unknown

no docs found

UINumberState.try_expression(string: String) returns unknown

no docs found

UINumberState.on_text_event(event: Any) returns unknown

no docs found