Skip to content

Commit

Permalink
Apply automatic changes
Browse files Browse the repository at this point in the history
  • Loading branch information
cb1kenobi authored and github-actions[bot] committed Jun 25, 2024
1 parent 56bb132 commit d1eb7c4
Showing 1 changed file with 41 additions and 5 deletions.
46 changes: 41 additions & 5 deletions docs/api/api.json
Original file line number Diff line number Diff line change
Expand Up @@ -182521,19 +182521,19 @@
{
"name": "tintColor",
"summary": "The color used to tint the outline of the switch when it is turned off.",
"description": "This property is a direct correspondant of the tintColor property of UIView on iOS. If no value is specified,\nthe tintColor of the View is inherited from its superview.\n",
"description": "The color used to tint the outline of the switch when it is turned off.\n\nAndroid: Track color of the Material Switch.\n",
"platforms": [
{
"since": "12.4.0",
"name": "android"
},
{
"since": "3.3.0",
"name": "iphone"
},
{
"since": "3.3.0",
"name": "ipad"
},
{
"since": "9.2.0",
"name": "macos"
}
],
"type": [
Expand Down Expand Up @@ -183109,10 +183109,46 @@
"type": "String",
"default": "On"
},
{
"name": "onThumbColor",
"summary": "",
"description": "The color used to tint the thumb icon of the switch when it is turned on.\n\nAndroid: Active thumb color of the Material Switch.\n",
"platforms": [
{
"since": "12.4.0",
"name": "android"
}
],
"type": [
"String",
"Titanium.UI.Color"
],
"default": "undefined"
},
{
"name": "thumbColor",
"summary": "",
"description": "The color used to tint the thumb icon of the switch when it is turned off.\n\nAndroid: Inactive thumb color of the Material Switch.\n",
"platforms": [
{
"since": "12.4.0",
"name": "android"
}
],
"type": [
"String",
"Titanium.UI.Color"
],
"default": "undefined"
},
{
"name": "onTintColor",
"summary": "The color used to tint the appearance of the switch when it is turned on.",
"platforms": [
{
"since": "12.4.0",
"name": "android"
},
{
"since": "3.3.0",
"name": "iphone"
Expand Down

0 comments on commit d1eb7c4

Please sign in to comment.