Simple JavaScript object of properties and TSS classes to apply to a Titanium UI object.
All properties are optional.
The apiName
property is only specified with the createStyle
method.
In addition to the properties defined below, you can also specify properties related to the component.
NOTE This is an abstract type. Any object meeting this description can be used where this type is used.
Name of the Titanium UI object. This can either be the full class name, such as
Ti.UI.Button
, or the XML element, such as Button
.
Specified only with createStyle.
Array of TSS classes to apply to the Titanium UI object.
Array of TSS classes to apply to the Titanium UI object.
TSS ID style to apply to the Titanium UI object.
TSS ID style to apply to the Titanium UI object.