OptionalallowIf true then the label can be clicked to select text. Defaults to false.
OptionalbindingA binding to use with this Element.
OptionalclassThe class attribute of this Element's HTMLElement.
OptionaldomThe DOM element or its type to use for this component. Defaults to 'span'.
OptionalenabledSets whether it is possible to interact with this Element and its children.
OptionalerrorSets whether the Element is in an error state.
OptionalflexSets whether the element uses flex layout.
OptionalflexSets the element's flexBasis CSS property.
OptionalflexSets the element's flexDirection CSS property.
OptionalflexSets the element's flexGrow CSS property.
OptionalflexSets the element's flexShrink CSS property.
OptionalflexSets the element's flexWrap CSS property.
OptionalheightSets the initial height of the Element.
OptionalhiddenSets whether this Element is hidden. Defaults to false.
OptionalidThe id attribute of this Element's HTMLElement.
OptionalignoreIf true, this Element will ignore its parent's enabled value when determining whether this element is enabled. Defaults to false.
OptionalisSets whether this Element is at the root of the hierarchy.
OptionallinkLinks the observer attribute at the path location in the given observer to this Element.
OptionalnativeIf true then use the text of the label as the native HTML tooltip. Defaults to false.
OptionalonIf provided and the Element is changeable, this function will be called each time the element value is changed.
OptionalonIf provided and the Element is clickable, this function will be called each time the element is clicked.
OptionalonIf provided and the Element is removable, this function will be called each time the element is removed.
OptionalparentSets the parent Element.
OptionalplaceholderSets the placeholder label that appears on the right of the input.
OptionalreadWhether this Element is read only or not. Defaults to false.
OptionalrenderIf true each input will flash on changes.
OptionalstyleSets an initial value for Element.dom.style.
OptionaltabSets the tabIndex of the Element.
OptionaltextSets the text of the Label. Defaults to ''.
OptionalunsafeIf true, the innerHTML property will be
used to set the text. Otherwise, textContent
will be used instead. Defaults to false.
OptionalvalueSets the value of the Label. Defaults to ''.
OptionalvaluesSets multiple values to the Element. It is up to the Element to determine how to display them.
OptionalwidthSets the initial width of the Element.
The arguments for the Label constructor.