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 May 21, 2024
1 parent 22cce26 commit 1ff0b4d
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions docs/api/api.json
Original file line number Diff line number Diff line change
Expand Up @@ -155844,6 +155844,36 @@
],
"default": "black"
},
{
"name": "overrideUserInterfaceStyle",
"summary": "Forces the picker to used assigned theme instead of the system theme.",
"description": "When set to [USER_INTERFACE_STYLE_DARK](Titanium.UI.USER_INTERFACE_STYLE_DARK) or\n[USER_INTERFACE_STYLE_LIGHT](Titanium.UI.USER_INTERFACE_STYLE_LIGHT), the picker will ignore\nthe system's current theme and use the theme assigned to this property instead.\n\nWhen set to [USER_INTERFACE_STYLE_UNSPECIFIED](Titanium.UI.USER_INTERFACE_STYLE_UNSPECIFIED),\nthe picker will use the system's current theme.\n",
"platforms": [
{
"since": "12.4.0",
"name": "android"
},
{
"since": "12.4.0",
"name": "iphone"
},
{
"since": "12.4.0",
"name": "ipad"
},
{
"since": "12.4.0",
"name": "macos"
}
],
"type": "Number",
"default": "Titanium.UI.USER_INTERFACE_STYLE_UNSPECIFIED",
"constants": [
"Titanium.UI.USER_INTERFACE_STYLE_UNSPECIFIED",
"Titanium.UI.USER_INTERFACE_STYLE_LIGHT",
"Titanium.UI.USER_INTERFACE_STYLE_DARK"
]
},
{
"name": "format24",
"summary": "Determines whether the Time pickers display in 24-hour or 12-hour clock format.\n",
Expand Down

0 comments on commit 1ff0b4d

Please sign in to comment.