luxe: ui/style/label.style_type
import "luxe: ui/style/label.style_type" for Datano docs found
Variables
Section titled “Variables”var style : Asset = nullvar size : Num = 14var colors : LabelColors = Objectvar font : Asset = "luxe: font/lato"var scroll : Scroll = Objectvar wrap : UITextWrapMode = UITextWrapMode.nonevar outline : Object = Objectvar shadow : Object = ObjectLabelColors
Section titled “LabelColors”import "luxe: ui/style/label.style_type" for LabelColorsno docs found
Variables
Section titled “Variables”var normal : Color = [1, 1, 1, 1]var hover : Color = [1, 0, 0.487, 1]var select : Color = [1, 1, 1, 0.15]Scroll
Section titled “Scroll”import "luxe: ui/style/label.style_type" for Scrollno docs found
Variables
Section titled “Variables”var mode : UIOverflowScroll = UIOverflowScroll.nonevar speed : Num = 16var wait : Num = 2var pause : Num = 2UIOverflowScroll
Section titled “UIOverflowScroll”import "luxe: ui/style/label.style_type" for UIOverflowScrollno docs found
UIOverflowScroll.none
Section titled “UIOverflowScroll.none”UIOverflowScroll.none : unknownno docs found
UIOverflowScroll.always
Section titled “UIOverflowScroll.always”UIOverflowScroll.always : unknownno docs found
UIOverflowScroll.width_overflow
Section titled “UIOverflowScroll.width_overflow”UIOverflowScroll.width_overflow : unknownno docs found
UITextWrapMode
Section titled “UITextWrapMode”import "luxe: ui/style/label.style_type" for UITextWrapModeno docs found
UITextWrapMode.unknown
Section titled “UITextWrapMode.unknown”UITextWrapMode.unknown : unknownno docs found
UITextWrapMode.none
Section titled “UITextWrapMode.none”UITextWrapMode.none : unknownno docs found
UITextWrapMode.word
Section titled “UITextWrapMode.word”UITextWrapMode.word : unknownno docs found