UNPKG

purgetss

Version:

A package that simplifies mobile app creation for Titanium developers.

1,644 lines 891 kB
{ "version": 3, "sdkVersion": "12.6.2.GA", "properties": { "ACCURACY_AUTHORIZATION_FULL": { "description": "The user authorized the app to access location data with full accuracy.", "type": "Number", "readOnly": false, "values": [] }, "ACCURACY_AUTHORIZATION_REDUCED": { "description": "The user authorized the app to access location data with reduced accuracy.", "type": "Number", "readOnly": false, "values": [] }, "ACCURACY_BEST": { "description": "Use with <a href=\"Titanium.Geolocation.accuracy\">accuracy</a> to request the best\naccuracy available.", "type": "Number", "readOnly": false, "values": [] }, "ACCURACY_BEST_FOR_NAVIGATION": { "description": "Use with <a href=\"Titanium.Geolocation.accuracy\">accuracy</a> to request highest possible\naccuracy and combine it with additional sensor data.", "type": "Number", "readOnly": false, "values": [] }, "ACCURACY_HIGH": { "description": "Use with <a href=\"Titanium.Geolocation.accuracy\">accuracy</a> to request more\naccurate location updates with higher battery usage.", "type": "Number", "readOnly": false, "values": [] }, "ACCURACY_HUNDRED_METERS": { "description": "Use with <a href=\"Titanium.Geolocation.accuracy\">accuracy</a> to request location\nupdates accurate to the nearest 100 meters.", "type": "Number", "readOnly": false, "values": [] }, "ACCURACY_KILOMETER": { "description": "Use with <a href=\"Titanium.Geolocation.accuracy\">accuracy</a> to request location\nupdates accurate to the nearest kilometer.", "type": "Number", "readOnly": false, "values": [] }, "ACCURACY_LOW": { "description": "Use with <a href=\"Titanium.Geolocation.accuracy\">accuracy</a> to request less\naccurate location updates with lower battery usage.", "type": "Number", "readOnly": false, "values": [] }, "ACCURACY_NEAREST_TEN_METERS": { "description": "Use with <a href=\"Titanium.Geolocation.accuracy\">accuracy</a> to request location\nupdates accurate to the nearest 10 meters.", "type": "Number", "readOnly": false, "values": [] }, "ACCURACY_REDUCED": { "description": "The level of accuracy used when an app isn’t authorized for full accuracy location data.", "type": "Number", "readOnly": false, "values": [] }, "ACCURACY_THREE_KILOMETERS": { "description": "Use with <a href=\"Titanium.Geolocation.accuracy\">accuracy</a> to request location\nupdates accurate to the nearest three kilometers.", "type": "Number", "readOnly": false, "values": [] }, "ACTION": { "description": "Use with <a href=\"Titanium.UI.Button.systemButton\">Button.systemButton</a> to specify an <strong>Action</strong> button.", "type": "Number", "readOnly": false, "values": [] }, "ACTION_AIRPLANE_MODE_CHANGED": { "description": "User switched airplane mode on or off.", "type": "String", "readOnly": false, "values": [] }, "ACTION_ALL_APPS": { "description": "List all applications.", "type": "String", "readOnly": false, "values": [] }, "ACTION_ANSWER": { "description": "Handle an incoming phone call.", "type": "String", "readOnly": false, "values": [] }, "ACTION_ATTACH_DATA": { "description": "Used to indicate that the data is an attachment.", "type": "String", "readOnly": false, "values": [] }, "ACTION_BATTERY_CHANGED": { "description": "Listen to battery state change status.", "type": "String", "readOnly": false, "values": [] }, "ACTION_BATTERY_LOW": { "description": "Indicates low battery condition on the device.", "type": "String", "readOnly": false, "values": [] }, "ACTION_BATTERY_OKAY": { "description": "Inidicates the battery is now okay after being low.", "type": "String", "readOnly": false, "values": [] }, "ACTION_BOOT_COMPLETED": { "description": "Indicates the system has finished booting.", "type": "String", "readOnly": false, "values": [] }, "ACTION_BUG_REPORT": { "description": "Show activity for reporting a bug.", "type": "String", "readOnly": false, "values": [] }, "ACTION_CALL": { "description": "Perform a call to someone specified by the <code>data</code> property.", "type": "String", "readOnly": false, "values": [] }, "ACTION_CALL_BUTTON": { "description": "User pressed the call button.", "type": "String", "readOnly": false, "values": [] }, "ACTION_CAMERA_BUTTON": { "description": "The camera button was pressed.", "type": "String", "readOnly": false, "values": [] }, "ACTION_CHOOSER": { "description": "Display an activity chooser.", "type": "String", "readOnly": false, "values": [] }, "ACTION_CLOSE_SYSTEM_DIALOGS": { "description": "User dismissed a temporary system dialog, such as the notification drawer or recent-app drawer.", "type": "String", "readOnly": false, "values": [] }, "ACTION_CONFIGURATION_CHANGED": { "description": "The device's configuration changed.", "type": "String", "readOnly": false, "values": [] }, "ACTION_CREATE_SHORTCUT": { "description": "Create a shortcut.", "type": "String", "readOnly": false, "values": [] }, "ACTION_DATE_CHANGED": { "description": "Date changed.", "type": "String", "readOnly": false, "values": [] }, "ACTION_DEFAULT": { "description": "Default action, which is <code>Titanium.Android.ACTION_VIEW</code>", "type": "String", "readOnly": false, "values": [] }, "ACTION_DELETE": { "description": "Delete the data specified by the Intent's <code>data</code> property.", "type": "String", "readOnly": false, "values": [] }, "ACTION_DEVICE_STORAGE_LOW": { "description": "Indicates a low memory condition on the device.", "type": "String", "readOnly": false, "values": [] }, "ACTION_DIAL": { "description": "Dial a number specified by the Intent's <code>data</code> property.", "type": "String", "readOnly": false, "values": [] }, "ACTION_EDIT": { "description": "Provide editable access to the data specified by the Intent's <code>data</code> property.", "type": "String", "readOnly": false, "values": [] }, "ACTION_GET_CONTENT": { "description": "Allow the user to select a particular kind of data specified by the Intent's <code>type</code> property.", "type": "String", "readOnly": false, "values": [] }, "ACTION_GTALK_SERVICE_CONNECTED": { "description": "GTalk connection has been established.", "type": "String", "readOnly": false, "values": [] }, "ACTION_GTALK_SERVICE_DISCONNECTED": { "description": "GTalk connection has been disconnected.", "type": "String", "readOnly": false, "values": [] }, "ACTION_HEADSET_PLUG": { "description": "A wired headset has been plugged in or unplugged.", "type": "String", "readOnly": false, "values": [] }, "ACTION_INPUT_METHOD_CHANGED": { "description": "An input method has been changed.", "type": "String", "readOnly": false, "values": [] }, "ACTION_INSERT": { "description": "Insert an empty item into the given container.", "type": "String", "readOnly": false, "values": [] }, "ACTION_INSERT_OR_EDIT": { "description": "Pick an existing item or insert an empty item, then edit it.", "type": "String", "readOnly": false, "values": [] }, "ACTION_MAIN": { "description": "Start as the main entry point.", "type": "String", "readOnly": false, "values": [] }, "ACTION_MANAGE_PACKAGE_STORAGE": { "description": "Indicates low memory condition notification acknowledged by user and package management should be started.", "type": "String", "readOnly": false, "values": [] }, "ACTION_MEDIA_BAD_REMOVAL": { "description": "External media was removed from SD card slot, but mount point was not unmounted.", "type": "String", "readOnly": false, "values": [] }, "ACTION_MEDIA_BUTTON": { "description": "The media button was pressed.", "type": "String", "readOnly": false, "values": [] }, "ACTION_MEDIA_CHECKING": { "description": "External media is present and being disk-checked.", "type": "String", "readOnly": false, "values": [] }, "ACTION_MEDIA_EJECT": { "description": "User has expressed the desire to remove the external storage media.", "type": "String", "readOnly": false, "values": [] }, "ACTION_MEDIA_MOUNTED": { "description": "External media is present and mounted at its mount point.", "type": "String", "readOnly": false, "values": [] }, "ACTION_MEDIA_NOFS": { "description": "External media is present, but is using an incompatible filesystem or is blank.", "type": "String", "readOnly": false, "values": [] }, "ACTION_MEDIA_REMOVED": { "description": "External media has been removed.", "type": "String", "readOnly": false, "values": [] }, "ACTION_MEDIA_SCANNER_FINISHED": { "description": "The media scanner has finished scanning a directory.", "type": "String", "readOnly": false, "values": [] }, "ACTION_MEDIA_SCANNER_SCAN_FILE": { "description": "Request the media scanner to scan a file and add it to the media database.", "type": "String", "readOnly": false, "values": [] }, "ACTION_MEDIA_SCANNER_STARTED": { "description": "The media scanner has started scanning a directory.", "type": "String", "readOnly": false, "values": [] }, "ACTION_MEDIA_SHARED": { "description": "External media is unmounted because it is being shared via USB mass storage.", "type": "String", "readOnly": false, "values": [] }, "ACTION_MEDIA_UNMOUNTABLE": { "description": "Corresponds to the Android <code>Intent.ACTION_MEDIA_UNMOUNTABLE</code> constant.", "type": "String", "readOnly": false, "values": [] }, "ACTION_MEDIA_UNMOUNTED": { "description": "External media is present, but not mounted at its mount point.", "type": "String", "readOnly": false, "values": [] }, "ACTION_NEW_OUTGOING_CALL": { "description": "An outgoing call is about to be placed.", "type": "String", "readOnly": false, "values": [] }, "ACTION_PACKAGE_ADDED": { "description": "A new application package has been installed on the device.", "type": "String", "readOnly": false, "values": [] }, "ACTION_PACKAGE_CHANGED": { "description": "An existing application package has been changed.", "type": "String", "readOnly": false, "values": [] }, "ACTION_PACKAGE_DATA_CLEARED": { "description": "The user has cleared the data of a package.", "type": "String", "readOnly": false, "values": [] }, "ACTION_PACKAGE_REMOVED": { "description": "An existing application package has been removed from the device.", "type": "String", "readOnly": false, "values": [] }, "ACTION_PACKAGE_REPLACED": { "description": "A new version of an application package has been installed, replacing an existing version that was previously installed.", "type": "String", "readOnly": false, "values": [] }, "ACTION_PACKAGE_RESTARTED": { "description": "The user has restarted a package, and all of its processes have been killed.", "type": "String", "readOnly": false, "values": [] }, "ACTION_PICK": { "description": "Pick an item from the directory indicated by the Intent's <code>data</code> property.", "type": "String", "readOnly": false, "values": [] }, "ACTION_PICK_ACTIVITY": { "description": "Pick an activity given an intent.", "type": "String", "readOnly": false, "values": [] }, "ACTION_POLICY_ALLOW": { "description": "Allow the navigation to continue.", "type": "Number", "readOnly": false, "values": [] }, "ACTION_POLICY_CANCEL": { "description": "Cancel the navigation.", "type": "Number", "readOnly": false, "values": [] }, "ACTION_POWER_CONNECTED": { "description": "External power has been connected to the device.", "type": "String", "readOnly": false, "values": [] }, "ACTION_POWER_DISCONNECTED": { "description": "External power has been disconnected from the device.", "type": "String", "readOnly": false, "values": [] }, "ACTION_POWER_USAGE_SUMMARY": { "description": "Show power usage information to the user.", "type": "String", "readOnly": false, "values": [] }, "ACTION_PROVIDER_CHANGED": { "description": "Content provider published new events or items.", "type": "String", "readOnly": false, "values": [] }, "ACTION_REBOOT": { "description": "Device rebooted.", "type": "String", "readOnly": false, "values": [] }, "ACTION_RUN": { "description": "Run the data.", "type": "String", "readOnly": false, "values": [] }, "ACTION_SCREEN_OFF": { "description": "Sent when the device goes to sleep and becomes non-interactive.", "type": "String", "readOnly": false, "values": [] }, "ACTION_SCREEN_ON": { "description": "Sent when the device wakes up and becomes interactive.", "type": "String", "readOnly": false, "values": [] }, "ACTION_SEARCH": { "description": "Perform a search.", "type": "String", "readOnly": false, "values": [] }, "ACTION_SEARCH_LONG_PRESS": { "description": "Start action associated with long pressing on the search key.", "type": "String", "readOnly": false, "values": [] }, "ACTION_SEND": { "description": "Deliver data to another activity.", "type": "String", "readOnly": false, "values": [] }, "ACTION_SENDTO": { "description": "Deliver data to the recipient specified by the Intent's <code>data</code> property.", "type": "String", "readOnly": false, "values": [] }, "ACTION_SEND_MULTIPLE": { "description": "Deliver multiple data to another activity.", "type": "String", "readOnly": false, "values": [] }, "ACTION_SET_WALLPAPER": { "description": "Show settings for choosing the system wallpaper.", "type": "String", "readOnly": false, "values": [] }, "ACTION_SHUTDOWN": { "description": "Device is shutting down.", "type": "String", "readOnly": false, "values": [] }, "ACTION_SYNC": { "description": "Perform data synchronization.", "type": "String", "readOnly": false, "values": [] }, "ACTION_SYSTEM_TUTORIAL": { "description": "Start the platform-defined tutorial.", "type": "String", "readOnly": false, "values": [] }, "ACTION_TIME_CHANGED": { "description": "The time was set.", "type": "String", "readOnly": false, "values": [] }, "ACTION_TIME_TICK": { "description": "The current time changed. Sent every minute.", "type": "String", "readOnly": false, "values": [] }, "ACTION_UID_REMOVED": { "description": "A user ID was removed from the system.", "type": "String", "readOnly": false, "values": [] }, "ACTION_USER_PRESENT": { "description": "Sent when the user is present after device wakes up.", "type": "String", "readOnly": false, "values": [] }, "ACTION_VIEW": { "description": "Display data to the user.", "type": "String", "readOnly": false, "values": [] }, "ACTION_VOICE_COMMAND": { "description": "Start voice command.", "type": "String", "readOnly": false, "values": [] }, "ACTION_WALLPAPER_CHANGED": { "description": "The current system wallpaper has changed.", "type": "String", "readOnly": false, "values": [] }, "ACTION_WEB_SEARCH": { "description": "Perform a web search.", "type": "String", "readOnly": false, "values": [] }, "ACTIVATION_STATE_ACTIVATED": { "description": "The watch is currently activated.", "type": "Number", "readOnly": false, "values": [] }, "ACTIVATION_STATE_INACTIVE": { "description": "The watch is currently inactive.", "type": "Number", "readOnly": false, "values": [] }, "ACTIVATION_STATE_NOT_ACTIVATED": { "description": "The watch is currently not activated.", "type": "Number", "readOnly": false, "values": [] }, "ACTIVITY": { "description": "Use with <a href=\"Titanium.UI.Button.systemButton\">Button.systemButton</a> to create an activity indicator that\ncan be used in navigation bars and toolbars.", "type": "Number", "readOnly": false, "values": [] }, "ACTIVITYTYPE_AUTOMOTIVE_NAVIGATION": { "description": "The location data is used for tracking location changes to the automobile specifically during vehicular navigation.", "type": "String", "readOnly": false, "values": [] }, "ACTIVITYTYPE_FITNESS": { "description": "The location data is used for tracking any pedestrian-related activity.", "type": "String", "readOnly": false, "values": [] }, "ACTIVITYTYPE_OTHER": { "description": "The location data is being used for an unknown activity.", "type": "String", "readOnly": false, "values": [] }, "ACTIVITYTYPE_OTHER_NAVIGATION": { "description": "The location data is used for tracking movements of other types of vehicular\nnavigation that are not automobile related.", "type": "String", "readOnly": false, "values": [] }, "ADD": { "description": "Use with <a href=\"Titanium.UI.Button.systemButton\">Button.systemButton</a> to specify an <strong>Add</strong> button.", "type": "Number", "readOnly": false, "values": [] }, "ALERT_SEVERITY_CRITICAL": { "description": "Indicates that the system should present the alert using the\ncritical, or caution, style.", "type": "Number", "readOnly": false, "values": [] }, "ALERT_SEVERITY_DEFAULT": { "description": "Indicates that the system should present the alert using the standard\nalert style.", "type": "Number", "readOnly": false, "values": [] }, "ANIMATION_CURVE_EASE_IN": { "description": "Use with <a href=\"Titanium.UI.Animation.curve\">Animation.curve</a> to specify an animation that starts\nslowly and speeds up.", "type": "Number", "readOnly": false, "values": [] }, "ANIMATION_CURVE_EASE_IN_OUT": { "description": "Use with <a href=\"Titanium.UI.Animation.curve\">Animation.curve</a> to specify an animation that starts\nslowly, and speeds up, then slows down at the end of the animation.", "type": "Number", "readOnly": false, "values": [] }, "ANIMATION_CURVE_EASE_OUT": { "description": "Use with <a href=\"Titanium.UI.Animation.curve\">Animation.curve</a> to specify an animation that starts\nquickly, then slows down at the end of the animation.", "type": "Number", "readOnly": false, "values": [] }, "ANIMATION_CURVE_LINEAR": { "description": "Use with <a href=\"Titanium.UI.Animation.curve\">Animation.curve</a> to specify an animation that proceeds\nat a constant rate.", "type": "Number", "readOnly": false, "values": [] }, "ANIMATION_STYLE_FADE": { "description": "Fade animation style, when the status bar is hidden or shown.", "type": "Number", "readOnly": false, "values": [] }, "ANIMATION_STYLE_NONE": { "description": "No animation style, when the status bar is hidden or shown.", "type": "Number", "readOnly": false, "values": [] }, "ANIMATION_STYLE_SLIDE": { "description": "Slide animation style, when the status bar is hidden or shown.", "type": "Number", "readOnly": false, "values": [] }, "API_LEVEL": { "description": "Android API level identifier of the Operating System.", "type": "Number", "readOnly": false, "values": [] }, "ASPECT_RATIO_16_9": { "description": "Aspect ratio 16:9", "type": "Number", "readOnly": false, "values": [] }, "ASPECT_RATIO_4_3": { "description": "Aspect ratio 4:3", "type": "Number", "readOnly": false, "values": [] }, "ATTENDEE_ROLE_CHAIR": { "description": "Attendee role is chair.", "type": "Number", "readOnly": false, "values": [] }, "ATTENDEE_ROLE_NON_PARTICIPANT": { "description": "Attendee is not a participant.", "type": "Number", "readOnly": false, "values": [] }, "ATTENDEE_ROLE_OPTIONAL": { "description": "Attendee role is optional.", "type": "Number", "readOnly": false, "values": [] }, "ATTENDEE_ROLE_REQUIRED": { "description": "Attendee role is required.", "type": "Number", "readOnly": false, "values": [] }, "ATTENDEE_ROLE_UNKNOWN": { "description": "Attendee role is unknown.", "type": "Number", "readOnly": false, "values": [] }, "ATTENDEE_STATUS_ACCEPTED": { "description": "Attendee status is accepted.", "type": "Number", "readOnly": false, "values": [] }, "ATTENDEE_STATUS_DECLINED": { "description": "Attendee status is declined.", "type": "Number", "readOnly": false, "values": [] }, "ATTENDEE_STATUS_DELEGATED": { "description": "Attendee status is delegated.", "type": "Number", "readOnly": false, "values": [] }, "ATTENDEE_STATUS_INVITED": { "description": "Attendee status is invited.", "type": "Number", "readOnly": false, "values": [] }, "ATTENDEE_STATUS_IN_PROCESS": { "description": "Attendee status is in process.", "type": "Number", "readOnly": false, "values": [] }, "ATTENDEE_STATUS_NONE": { "description": "There is no Attendee status.", "type": "Number", "readOnly": false, "values": [] }, "ATTENDEE_STATUS_PENDING": { "description": "Attendee status is pending.", "type": "Number", "readOnly": false, "values": [] }, "ATTENDEE_STATUS_TENTATIVE": { "description": "Attendee status is tentative.", "type": "Number", "readOnly": false, "values": [] }, "ATTENDEE_STATUS_UNKNOWN": { "description": "Attendee status is unknown.", "type": "Number", "readOnly": false, "values": [] }, "ATTENDEE_TYPE_GROUP": { "description": "Attendee type is group.", "type": "Number", "readOnly": false, "values": [] }, "ATTENDEE_TYPE_NONE": { "description": "There is not attendee type.", "type": "Number", "readOnly": false, "values": [] }, "ATTENDEE_TYPE_PERSON": { "description": "Attendee type is person.", "type": "Number", "readOnly": false, "values": [] }, "ATTENDEE_TYPE_REQUIRED": { "description": "Attendee type is required.", "type": "Number", "readOnly": false, "values": [] }, "ATTENDEE_TYPE_RESOURCE": { "description": "Attendee type is resource.", "type": "Number", "readOnly": false, "values": [] }, "ATTENDEE_TYPE_ROOM": { "description": "Attendee type is room.", "type": "Number", "readOnly": false, "values": [] }, "ATTENDEE_TYPE_UNKNOWN": { "description": "Attendee type is unknown.", "type": "Number", "readOnly": false, "values": [] }, "ATTRIBUTE_BACKGROUND_COLOR": { "description": "Use with <a href=\"Attribute.type\">Attribute.type</a> to specify a background color.", "type": "Number", "readOnly": false, "values": [] }, "ATTRIBUTE_BASELINE_OFFSET": { "description": "Use with <a href=\"Attribute.type\">Attribute.type</a> to apply a different baseline to the text.", "type": "Number", "readOnly": false, "values": [] }, "ATTRIBUTE_EXPANSION": { "description": "Use with <a href=\"Attribute.type\">Attribute.type</a> to stretch the text horizontally.", "type": "Number", "readOnly": false, "values": [] }, "ATTRIBUTE_FONT": { "description": "Use with <a href=\"Attribute.type\">Attribute.type</a> to specify a font.", "type": "Number", "readOnly": false, "values": [] }, "ATTRIBUTE_FOREGROUND_COLOR": { "description": "Use with <a href=\"Attribute.type\">Attribute.type</a> to specify a font color.", "type": "Number", "readOnly": false, "values": [] }, "ATTRIBUTE_KERN": { "description": "Use with <a href=\"Attribute.type\">Attribute.type</a> to specify kerning (space between characters).", "type": "Number", "readOnly": false, "values": [] }, "ATTRIBUTE_LETTERPRESS_STYLE": { "description": "Use with <a href=\"Attribute.value\">Attribute.value</a> to use a letterpress text effect.", "type": "Number", "readOnly": false, "values": [] }, "ATTRIBUTE_LIGATURE": { "description": "Use with <a href=\"Attribute.type\">Attribute.type</a> to enable or disable ligatures.", "type": "Number", "readOnly": false, "values": [] }, "ATTRIBUTE_LINE_BREAK": { "description": "Use with <a href=\"Attribute.type\">Attribute.type</a> to wrap and truncate the text.\n<strong>Deprecated since 7.5.0. Use <a href=\"ParagraphAttribute.lineBreakMode\">ParagraphAttribute.lineBreakMode</a> instead.</strong>", "type": "Number", "readOnly": false, "values": [] }, "ATTRIBUTE_LINE_BREAK_BY_CHAR_WRAPPING": { "description": "Use with <a href=\"Attribute.value\">Attribute.value</a> to wrap words at word boundaries.", "type": "Number", "readOnly": false, "values": [] }, "ATTRIBUTE_LINE_BREAK_BY_CLIPPING": { "description": "Use with <a href=\"Attribute.value\">Attribute.value</a> to set lines to not draw past the edge of the text container.", "type": "Number", "readOnly": false, "values": [] }, "ATTRIBUTE_LINE_BREAK_BY_TRUNCATING_HEAD": { "description": "Use with <a href=\"Attribute.value\">Attribute.value</a> to use ellipsis glyph at the beginning of the line for missing text.", "type": "Number", "readOnly": false, "values": [] }, "ATTRIBUTE_LINE_BREAK_BY_TRUNCATING_MIDDLE": { "description": "Use with <a href=\"Attribute.value\">Attribute.value</a> to use ellipsis glyph at the middle of the line for missing text.", "type": "Number", "readOnly": false, "values": [] }, "ATTRIBUTE_LINE_BREAK_BY_TRUNCATING_TAIL": { "description": "Use with <a href=\"Attribute.value\">Attribute.value</a> to use ellipsis glyph at the end of the line for missing text.", "type": "Number", "readOnly": false, "values": [] }, "ATTRIBUTE_LINE_BREAK_BY_WORD_WRAPPING": { "description": "Use with <a href=\"Attribute.value\">Attribute.value</a> to wrap words at word boundaries.", "type": "Number", "readOnly": false, "values": [] }, "ATTRIBUTE_LINK": { "description": "Use with <a href=\"Attribute.type\">Attribute.type</a> to create a link.", "type": "Number", "readOnly": false, "values": [] }, "ATTRIBUTE_NODE": { "description": "Used with <a href=\"Titanium.XML.Node.nodeType\">nodeType</a> to identify an\n<a href=\"Titanium.XML.Attr\">Attr</a> node.", "type": "Number", "readOnly": false, "values": [] }, "ATTRIBUTE_OBLIQUENESS": { "description": "Use with <a href=\"Attribute.type\">Attribute.type</a> to skew the text.", "type": "Number", "readOnly": false, "values": [] }, "ATTRIBUTE_PARAGRAPH_STYLE": { "description": "Use with <a href=\"Attribute.type\">Attribute.type</a> to manages the behaviour of string set.", "type": "Number", "readOnly": false, "values": [] }, "ATTRIBUTE_SHADOW": { "description": "Use with <a href=\"Attribute.type\">Attribute.type</a> to display a shadow behind the text.", "type": "Number", "readOnly": false, "values": [] }, "ATTRIBUTE_STRIKETHROUGH_COLOR": { "description": "Use with <a href=\"Attribute.type\">Attribute.type</a> to change the color of the horizontal line.", "type": "Number", "readOnly": false, "values": [] }, "ATTRIBUTE_STRIKETHROUGH_STYLE": { "description": "Use with <a href=\"Attribute.type\">Attribute.type</a> to place a horizontal line through the text.", "type": "Number", "readOnly": false, "values": [] }, "ATTRIBUTE_STROKE_COLOR": { "description": "Use with <a href=\"Attribute.type\">Attribute.type</a> to specify a color for the stroke text.", "type": "Number", "readOnly": false, "values": [] }, "ATTRIBUTE_STROKE_WIDTH": { "description": "Use with <a href=\"Attribute.type\">Attribute.type</a> to specify the width of the stroke text.", "type": "Number", "readOnly": false, "values": [] }, "ATTRIBUTE_SUBSCRIPT_STYLE": { "description": "Use with <a href=\"Attribute.type\">Attribute.type</a> to place the text in a lower position.", "type": "Number", "readOnly": false, "values": [] }, "ATTRIBUTE_SUPERSCRIPT_STYLE": { "description": "Use with <a href=\"Attribute.type\">Attribute.type</a> to place the text in an upper position.", "type": "Number", "readOnly": false, "values": [] }, "ATTRIBUTE_TEXT_EFFECT": { "description": "Use with <a href=\"Attribute.type\">Attribute.type</a> to apply a text effect.", "type": "Number", "readOnly": false, "values": [] }, "ATTRIBUTE_UNDERLINES_STYLE": { "description": "Use with <a href=\"Attribute.type\">Attribute.type</a> to place a horizontal line under the text.", "type": "Number", "readOnly": false, "values": [] }, "ATTRIBUTE_UNDERLINE_BY_WORD": { "description": "Use with <a href=\"Attribute.value\">Attribute.value</a> to draw a line only underneath or through words.", "type": "Number", "readOnly": false, "values": [] }, "ATTRIBUTE_UNDERLINE_COLOR": { "description": "Use with <a href=\"Attribute.type\">Attribute.type</a> to change the color of the horizontal line.", "type": "Number", "readOnly": false, "values": [] }, "ATTRIBUTE_UNDERLINE_PATTERN_DASH": { "description": "Use with <a href=\"Attribute.value\">Attribute.value</a> to draw a dashed line.", "type": "Number", "readOnly": false, "values": [] }, "ATTRIBUTE_UNDERLINE_PATTERN_DASH_DOT": { "description": "Use with <a href=\"Attribute.value\">Attribute.value</a> to draw an alternating line of dashes and dots.", "type": "Number", "readOnly": false, "values": [] }, "ATTRIBUTE_UNDERLINE_PATTERN_DASH_DOT_DOT": { "description": "Use with <a href=\"Attribute.value\">Attribute.value</a> to draw an alternating line of dashes and two dots.", "type": "Number", "readOnly": false, "values": [] }, "ATTRIBUTE_UNDERLINE_PATTERN_DOT": { "description": "Use with <a href=\"Attribute.value\">Attribute.value</a> to draw a dotted line.", "type": "Number", "readOnly": false, "values": [] }, "ATTRIBUTE_UNDERLINE_PATTERN_SOLID": { "description": "Use with <a href=\"Attribute.value\">Attribute.value</a> to draw a solid line.", "type": "Number", "readOnly": false, "values": [] }, "ATTRIBUTE_UNDERLINE_STYLE_DOUBLE": { "description": "Use with <a href=\"Attribute.value\">Attribute.value</a> to draw a double line.", "type": "Number", "readOnly": false, "values": [] }, "ATTRIBUTE_UNDERLINE_STYLE_NONE": { "description": "Use with <a href=\"Attribute.value\">Attribute.value</a> to not draw a line.", "type": "Number", "readOnly": false, "values": [] }, "ATTRIBUTE_UNDERLINE_STYLE_SINGLE": { "description": "Use with <a href=\"Attribute.value\">Attribute.value</a> to draw a single line.", "type": "Number", "readOnly": false, "values": [] }, "ATTRIBUTE_UNDERLINE_STYLE_THICK": { "description": "Use with <a href=\"Attribute.value\">Attribute.value</a> to draw a thick line.", "type": "Number", "readOnly": false, "values": [] }, "ATTRIBUTE_WRITING_DIRECTION": { "description": "Use with <a href=\"Attribute.type\">Attribute.type</a> to control the direction of the text.", "type": "Number", "readOnly": false, "values": [] }, "ATTRIBUTE_WRITING_DIRECTION_EMBEDDING": { "description": "Use with <a href=\"Attribute.value\">Attribute.value</a> to use the embedded text direction.", "type": "Number", "readOnly": false, "values": [] }, "ATTRIBUTE_WRITING_DIRECTION_LEFT_TO_RIGHT": { "description": "Use with <a href=\"Attribute.value\">Attribute.value</a> to write text left to right.", "type": "Number", "readOnly": false, "values": [] }, "ATTRIBUTE_WRITING_DIRECTION_NATURAL": { "description": "Use with <a href=\"Attribute.value\">Attribute.value</a> to use the\n<a href=\"http://www.unicode.org/reports/tr9/#The_Paragraph_Level\">Unicode Bidirection Algorithm rules P2 and P3</a>\nto determine which direction to use.", "type": "Number", "readOnly": false, "values": [] }, "ATTRIBUTE_WRITING_DIRECTION_OVERRIDE": { "description": "Use with <a href=\"Attribute.value\">Attribute.value</a> to override the text direction.", "type": "Number", "readOnly": false, "values": [] }, "ATTRIBUTE_WRITING_DIRECTION_RIGHT_TO_LEFT": { "description": "Use with <a href=\"Attribute.value\">Attribute.value</a> to write text right to left.", "type": "Number", "readOnly": false, "values": [] }, "AUDIOVISUAL_MEDIA_TYPE_ALL": { "description": "All media types require a user gesture to begin playing.", "type": "Number", "readOnly": false, "values": [] }, "AUDIOVISUAL_MEDIA_TYPE_AUDIO": { "description": "Media types containing audio require a user gesture to begin playing.", "type": "Number", "readOnly": false, "values": [] }, "AUDIOVISUAL_MEDIA_TYPE_NONE": { "description": "No media types require a user gesture to begin playing.", "type": "Number", "readOnly": false, "values": [] }, "AUDIOVISUAL_MEDIA_TYPE_VIDEO": { "description": "Media types containing video require a user gesture to begin playing.", "type": "Number", "readOnly": false, "values": [] }, "AUDIO_FILEFORMAT_3GP2": { "description": "Audio file format 3GPP2.", "type": "Number", "readOnly": false, "values": [] }, "AUDIO_FILEFORMAT_3GPP": { "description": "Audio file format 3GPP.", "type": "Number", "readOnly": false, "values": [] }, "AUDIO_FILEFORMAT_AIFF": { "description": "Audio file format Audio Interchange File Format (AIFF).", "type": "Number", "readOnly": false, "values": [] }, "AUDIO_FILEFORMAT_AMR": { "description": "Audio file format Adaptive Multi-Rate (AMR).", "type": "Number", "readOnly": false, "values": [] }, "AUDIO_FILEFORMAT_CAF": { "description": "Audio file format Apple Compressed Audio Format (CAF).", "type": "Number", "readOnly": false, "values": [] }, "AUDIO_FILEFORMAT_MP3": { "description": "Audio file format MP3.", "type": "Number", "readOnly": false, "values": [] }, "AUDIO_FILEFORMAT_MP4": { "description": "Audio file format MP4.", "type": "Number", "readOnly": false, "values": [] }, "AUDIO_FILEFORMAT_MP4A": { "description": "Audio file format MP4A.", "type": "Number", "readOnly": false, "values": [] }, "AUDIO_FILEFORMAT_WAVE": { "description": "Audio file format WAVE.", "type": "Number", "readOnly": false, "values": [] }, "AUDIO_FORMAT_AAC": { "description": "Audio format MPEG4 AAC encoding.", "type": "Number", "readOnly": false, "values": [] }, "AUDIO_FORMAT_ALAW": { "description": "Audio format 8-bit <a href=\"https://en.wikipedia.org/wiki/A-law_algorithm\">aLaw encoding</a>.", "type": "Number", "readOnly": false, "values": [] }, "AUDIO_FORMAT_APPLE_LOSSLESS": { "description": "Audio format Apple lossless encoding.", "type": "Number", "readOnly": false, "values": [] }, "AUDIO_FORMAT_ILBC": { "description": "Audio format <a href=\"https://en.wikipedia.org/wiki/Internet_Low_Bitrate_Codec\">iLBC encoding</a>.", "type": "Number", "readOnly": false, "values": [] }, "AUDIO_FORMAT_IMA4": { "description": "Audio format Apple IMA4 encoding.", "type": "Number", "readOnly": false, "values": [] }, "AUDIO_FORMAT_LINEAR_PCM": { "description": "Audio format 16-bit, <a href=\"https://en.wikipedia.org/wiki/Pulse-code_modulation\">linear PCM encoding</a>.", "type": "Number", "readOnly": false, "values": [] }, "AUDIO_FORMAT_ULAW": { "description": "Audio format 8-bit <a href=\"https://en.wikipedia.org/wiki/M-law_algorithm\">muLaw encoding</a>.", "type": "Number", "readOnly": false, "values": [] }, "AUDIO_SESSION_CATEGORY_AMBIENT": { "description": "For long-duration sounds such as rain, car engine noise, and so on.", "type": "String", "readOnly": false, "values": [] }, "AUDIO_SESSION_CATEGORY_PLAYBACK": { "description": "Session mode for playing recorded music or other sounds that are central to the successful use of your application.", "type": "String", "readOnly": false, "values": [] }, "AUDIO_SESSION_CATEGORY_PLAY_AND_RECORD": { "description": "Session mode for recording (input) and playback (output) of audio, such as for a VOIP (voice over IP) application.", "type": "String", "readOnly": false, "values": [] }, "AUDIO_SESSION_CATEGORY_RECORD": { "description": "Session mode for recording audio; it silences playback audio.", "type": "String", "readOnly": false, "values": [] }, "AUDIO_SESSION_CATEGORY_SOLO_AMBIENT": { "description": "Session mode for long-duration sounds such as rain, car engine noise, and so on.", "type": "String", "readOnly": false, "values": [] }, "AUDIO_SESSION_OVERRIDE_ROUTE_NONE": { "description": "Constant that specifies audio should output to the default audio route. See <a href=\"Titanium.Media.setOverrideAudioRoute\">Titanium.Media.setOverrideAudioRoute</a> for more information.", "type": "Number", "readOnly": false, "values": [] }, "AUDIO_SESSION_OVERRIDE_ROUTE_SPEAKER": { "description": "Constant that specifies audio should output to the speaker. See <a href=\"Titanium.Media.setOverrideAudioRoute\">Titanium.Media.setOverrideAudioRoute</a> for more information.", "type": "Number", "readOnly": false, "values": [] }, "AUDIO_SESSION_PORT_AIRPLAY": { "description": "Constant for output on a remote Air Play device. This is an output port.", "type": "String", "readOnly": false, "values": [] }, "AUDIO_SESSION_PORT_BLUETOOTHA2DP": { "description": "Constant for output on a Bluetooth A2DP device. This is an output port.", "type": "String", "readOnly": false, "values": [] }, "AUDIO_SESSION_PORT_BLUETOOTHHFP": { "description": "Constant for input or output on a Bluetooth Hands-Free Profile device. This can be both an input and output port.", "type": "String", "readOnly": false, "values": [] }, "AUDIO_SESSION_PORT_BLUETOOTHLE": { "description": "Constant for output on a Bluetooth Low Energy device. This is an output port. This is available on iOS7 and later.", "type": "String", "readOnly": false, "values": [] }, "AUDIO_SESSION_PORT_BUILTINMIC": { "description": "Constant for built-in microphone on an iOS device. This is an input port.", "type": "String", "readOnly": false, "values": [] }, "AUDIO_SESSION_PORT_BUILTINRECEIVER": { "description": "Constant for the speaker you hold to your ear when on a phone call. This is an output port.", "type": "String", "readOnly": false, "values": [] }, "AUDIO_SESSION_PORT_BUILTINSPEAKER": { "description": "Constant for built-in speaker on an iOS device. This is an output port.", "type": "String", "readOnly": false, "values": [] }, "AUDIO_SESSION_PORT_CARAUDIO": { "description": "Constant for Input or output via Car Audio. This can be both an input and output port. This is available on iOS7 and later.", "type": "String", "readOnly": false, "values": [] }, "AUDIO_SESSION_PORT_HDMI": { "description": "Constant for output via High-Definition Multimedia Interface. This is an output port", "type": "String", "readOnly": false, "values": [] }, "AUDIO_SESSION_PORT_HEADPHONES": { "description": "Constant for headphone or headset output. This is an output port.", "type": "String", "readOnly": false, "values": [] }, "AUDIO_SESSION_PORT_HEADSETMIC": { "description": "Constant for microphone on a wired headset. This is an input port.", "type": "String", "readOnly": false, "values": [] }, "AUDIO_SESSION_PORT_LINEIN": { "description": "Constant for line level input on a dock connector. This is an input port.", "type": "String", "readOnly": false, "values": [] }, "AUDIO_SESSION_PORT_LINEOUT": { "description": "Constant for line level output on a dock connector. This is an output port.", "type": "String", "readOnly": false, "values": [] }, "AUDIO_SESSION_PORT_USBAUDIO": { "description": "Constant for input or output on a Universal Serial Bus device. This can be both an input and output port.", "type": "String", "readOnly": false, "values": [] }, "AUDIO_STATE_BUFFERING": { "description": "Audio data is being buffered from the network.", "type": "Number", "readOnly": false, "values": [] }, "AUDIO_STATE_INITIALIZED": { "description": "Audio playback is being initialized.", "type": "Number", "readOnly": false, "values": [] }, "AUDIO_STATE_PAUSED": { "description": "Playback is paused.", "type": "Number", "readOnly": false, "values": [] }, "AUDIO_STATE_PLAYING": { "description": "Audio playback is active.", "type": "Number", "readOnly": false, "values": [] }, "AUDIO_STATE_STARTING": { "description": "Audio playback is starting.", "type": "Number", "readOnly": false, "values": [] }, "AUDIO_STATE_STOPPED": { "description": "Audio playback is stopped.", "type": "Number", "readOnly": false, "values": [] }, "AUDIO_STATE_STOPPING": { "description": "Audio playback is stopping.", "type": "Number", "readOnly": false, "values": [] }, "AUDIO_STATE_WAITING_FOR_DATA": { "description": "Player is waiting for audio data from the network.", "type": "Number", "readOnly": false, "values": [] }, "AUDIO_TYPE_ALARM": { "description": "Used to identify the volume of audio streams for alarms.", "type": "Number", "readOnly": false, "values": [] }, "AUDIO_TYPE_MEDIA": { "description": "Used to identify the volume of audio streams for media playback.", "type": "Number", "readOnly": false, "values": [] }, "AUDIO_TYPE_NOTIFICATION": { "description": "Used to identify the volume of audio streams for notifications.", "type": "Number", "readOnly": false, "values": [] }, "AUDIO_TYPE_RING": { "description": "Used to identify the volume of audio streams for the phone ring.", "type": "Number", "readOnly": false, "values": [] }, "AUDIO_TYPE_SIGNALLING": { "description": "Used to identify the volume of audio streams for DTMF tones or beeps.", "type": "Number", "readOnly": false, "values": [] }, "AUDIO_TYPE_VOICE": { "description": "Used to identify the volume of audio streams for voice calls.", "type": "Number", "readOnly": false, "values": [] }, "AUTHORIZATION_ALWAYS": { "description": "A <a href=\"Titanium.Geolocation.locationServicesAuthorization\">locationServicesAuthorization</a> value\nindicating that the application is authorized to start location services at any time. This authorization\nincludes the use of all location services, including monitoring regions and significant location changes.", "type": "Number", "readOnly": false, "values": [] }, "AUTHORIZATION_AUTHORIZED": { "description": "", "type": "Number", "readOnly": false, "values": [] }, "AUTHORIZATION_DENIED": { "description": "", "type": "Number", "readOnly": false, "values": [] }, "AUTHORIZATION_RESTRICTED": { "description": "", "type": "Number", "readOnly": false, "values": [] }, "AUTHORIZATION_UNKNOWN": { "description": "", "type": "Number", "readOnly": false, "values": [] }, "AUTHORIZATION_WHEN_IN_USE": { "description": "A <a href=\"Titanium.Geolocation.locationServicesAuthorization\">locationServicesAuthorization</a> value\nindicating that the application is authorized to start most location services only while running in the foreground.", "type": "Number", "readOnly": false, "values": [] }, "AUTOFILL_TYPE_ADDRESS": { "description": "Specifies the expectation of an address.", "type": "String", "readOnly": false, "values": [] }, "AUTOFILL_TYPE_ADDRESS_CITY": { "description": "Specifies the expectation of a city name.", "type": "String", "readOnly": false, "values": [] }, "AUTOFILL_TYPE_ADDRESS_CITY_STATE": { "description": "Specifies the expectation of a city name combined with a state name.", "type": "String", "readOnly": false, "values": [] }, "AUTOFILL_TYPE_ADDRESS_LINE1": { "description": "Specifies the expectation of the first line of a street address.", "type": "String", "readOnly": false, "values": [] }, "AUTOFILL_TYPE_ADDRESS_LINE2": { "description": "Specifies the expectation of the second line of a street address.", "type": "String", "readOnly": false, "values": [] }, "AUTOFILL_TYPE_ADDRESS_STATE": { "description": "Specifies the expectation of a state name.", "type": "String", "readOnly": false, "values": [] }, "AUTOFILL_TYPE_CARD_EXPIRATION_DATE": { "description": "Specifies the expectation of a card expiration date.", "type": "String", "readOnly": false, "values": [] }, "AUTOFILL_TYPE_CARD_EXPIRATION_DAY": { "description": "Specifies the expectation of a card expiration day.", "type": "String", "readOnly": false, "values": [] }, "AUTOFILL_TYPE_CARD_EXPIRATION_MONTH": { "description": "Specifies the expectation of a card expiration month.", "type": "String", "readOnly": false, "values": [] }, "AUTOFILL_TYPE_CARD_EXPIRATION_YEAR": { "description": "Specifies the expectation of a card expiration year.", "type": "String", "readOnly": false, "values": [] }, "AUTOFILL_TYPE_CARD_NUMBER": { "description": "Specifies the expectation of a card number.", "type": "String", "readOnly": false, "values": [] }, "AUTOFILL_TYPE_CARD_SECURITY_CODE": { "description": "Specifies the expectation of a card security code.", "type": "String", "readOnly": false, "values": [] }, "AUTOFILL_TYPE_COUNTRY_NAME": { "description": "Specifies the expectation of a country name.", "type": "String", "readOnly": false, "values": [] }, "AUTOFILL_TYPE_EMAIL": { "description": "Specifies the expectation of an email address.", "type": "String", "readOnly": false, "values": [] }, "AUTOFILL_TYPE_FAMILY_NAME": { "description": "Specifies the expectation of a family name.", "type": "String", "readOnly": false, "values": [] }, "AUTOFILL_TYPE_GIVEN_NAME": { "description": "Specifies the expectation of a given name.", "type": "String", "readOnly": false, "values": [] }, "AUTOFILL_TYPE_JOB_TITLE": { "description": "Specifies the expectation of a job title.", "type": "String", "readOnly": false, "values": [] }, "AUTOFILL_TYPE_LOCATION": { "description": "Specifies the expectation of a location, such as a point of interest, an address, or another way to identify a location.", "type": "String", "readOnly": false, "values": [] }, "AUTOFILL_TYPE_MIDDLE_NAME": { "description": "Specifies the expectation of a middle name.", "type": "String", "readOnly": false, "values": [] }, "AUTOFILL_TYPE_NAME": { "description": "Specifies the expectation of a name.", "type": "String", "readOnly": false, "values": [] }, "AUTOFILL_TYPE_NAME_PREFIX": { "description": "Specifies the expectation of a prefix or title, such as 'Dr.'", "type": "String", "readOnly": false, "values": [] }, "AUTOFILL_TYPE_NAME_SUFFIX": { "description": "Specifies the expectation of a suffix, such as 'Jr.'", "type": "String", "readOnly": false, "values": [] }, "AUTOFILL_TYPE_NEW_PASSWORD": { "description": "Specifies the expectation of a new password.", "type": "String", "readOnly": false, "values": [] }, "AUTOFILL_TYPE_NICKNAME": { "description": "Specifies the expectation of a nickname.", "type": "String", "readOnly": false, "values": [] }, "AUTOFILL_TYPE_ONE_TIME_CODE": { "description": "Specifies the expectation of a single-factor SMS login code.", "type": "String", "readOnly": false, "values": [] }, "AUTOFILL_TYPE_ORGANIZATION_NAME": { "description": "Specifies the expectation of an organization name.", "type": "String", "readOnly": false, "values": [] }, "AUTOFILL_TYPE_PASSWORD": { "description": "Specifies the expectation of a password.", "type": "String", "readOnly": false, "values": [] }, "AUTOFILL_TYPE_PHONE": { "description": "Specifies the expectation of a telephone number.", "type": "String", "readOnly": false, "values": [] }, "AUTOFILL_TYPE_POSTAL_CODE": { "description": "Specifies the expectation of a postal code.", "type": "String", "readOnly": false, "values": [] }, "AUTOFILL_TYPE_SUBLOCALITY": { "description": "Specifies the expectation of a sublocality.", "type": "String", "readOnly": false, "values": [] }, "AUTOFILL_TYPE_URL": { "description": "Specifies the expectation of a URL.", "type": "String", "readOnly": false, "values": [] }, "AUTOFILL_TYPE_USERNAME": { "description": "Specifies the expectation of an account or login name.", "type": "String", "readOnly": false, "values": [] }, "AUTOLINK_ALL": { "description": "Converts all detectable types of data into clickable links.", "type": "Number", "readOnly": false, "values": [] }, "AUTOLINK_CALENDAR": { "description": "Converts strings formatted as calendar events into clickab