AlloyStyleDict

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.

Since 1.2.0

Defined By

Properties

AlloyStyleDict
: String
Name of the Titanium UI object. ...

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.

AlloyStyleDict
classes : Array<String>

Array of TSS classes to apply to the Titanium UI object.

Array of TSS classes to apply to the Titanium UI object.

AlloyStyleDict
id : String

TSS ID style to apply to the Titanium UI object.

TSS ID style to apply to the Titanium UI object.