class is typically applied to the root level DOM of a widget's view.
Use it to define custom rules for styling specific widget instances.
disabled indicates the control should not be interactable.
error allows the control to be intialized in the invalid state with a message.
name of the control.
Used by controls to tag events with names.
success allows the control to be intialized in the valid state with a message.
value of the control.
Used to intialize controls and may also be the value of an Event.
warning allows the control to be intilalized in the warn state with a message.
Generated using TypeDoc
FeedbackControlAttrs are the ww attributes common to all FeedbackControls.
Some of these may be ignored by implementations.