Mixes In
Requires
Classes
Namespaces
Global Attributes
VComponents support the set of global HTML attributes defined by the GlobalProps/ExtendGlobalProps
types.
In addition to the component's custom attributes, the following global attributes are also supported by this component
(note the differences in data binding syntax between component and global attributes described here)
Styling Classes Styling
Slots
JET components that allow child content support slots. Please see the slots section of the JET component overview doc for more information on allowed slot content and slot types.
Non-public Fields
Note: Extending JET components is not currently supported. Thus, non-public fields are for internal use only.
Binding Attributes
Binding attributes are similar to component properties, but are exposed only via the
ojComponent
binding.
Context Objects
Each context object contains, at minimum, a subId
property,
whose value is a string that identifies a particular DOM node in this element. It can have additional properties to further specify the desired node. See getContextByNode for more details.
Properties:
Following are the valid subIds:
Sub-ID's
Each subId locator object contains, at minimum, a subId
property,
whose value is a string that identifies a particular DOM node in this element. It can have additional properties to further specify the desired node. See getNodeBySubId and getSubIdByNode methods for more details.
Properties:
Following are the valid subIds:
Events
Methods
Non-public Methods
Note: Extending JET components is not currently supported. Thus, non-public methods are for internal use only.