Skip to content

luxe: ui/slider.control.api


import "luxe: ui/slider.control.api" for API

no docs found

API.id : unknown

no docs found

API.create(ui : Entity) : Control

no docs found

API.has(control : Control) : unknown

no docs found

API.get(control : Control) : Data

no docs found

API.get : APIGet

no docs found

API.set : APISet

no docs found

import "luxe: ui/slider.control.api" for APIGet

no docs found

APIGet.new() : APIGet

no docs found

APIGet.value(control : Control) : Num

no docs found

APIGet.min(control : Control) : Num

no docs found

APIGet.max(control : Control) : Num

no docs found

APIGet.step(control : Control) : Num

no docs found

APIGet.invert(control : Control) : Bool

no docs found

APIGet.dragging(control : Control) : Bool

no docs found

import "luxe: ui/slider.control.api" for APISet

no docs found

APISet.new() : APISet

no docs found

APISet.value(control : Control, value : Num) : unknown

no docs found

APISet.min(control : Control, value : Num) : unknown

no docs found

APISet.max(control : Control, value : Num) : unknown

no docs found

APISet.step(control : Control, value : Num) : unknown

no docs found

APISet.invert(control : Control, value : Bool) : unknown

no docs found

APISet.dragging(control : Control, value : Bool) : unknown

no docs found

import "luxe: ui/slider.control.api" for Fields

no docs found

Fields.value : String

no docs found

Fields.min : String

no docs found

Fields.max : String

no docs found

Fields.step : String

no docs found

Fields.invert : String

no docs found

Fields.dragging : String

no docs found