@divkitframework/jsonbuilder 30.29.0 → 30.30.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/jsonbuilder.d.ts +2 -2
- package/package.json +1 -1
package/dist/jsonbuilder.d.ts
CHANGED
|
@@ -302,7 +302,7 @@ interface IDivAccessibility {
|
|
|
302
302
|
* Indicates the current status of the checkbox or radio button. `true` is selected, `false` is
|
|
303
303
|
* not selected.
|
|
304
304
|
*
|
|
305
|
-
* Platforms:
|
|
305
|
+
* Platforms: web
|
|
306
306
|
*/
|
|
307
307
|
is_checked?: Type<IntBoolean | DivExpression>;
|
|
308
308
|
/**
|
|
@@ -330,7 +330,7 @@ interface IDivAccessibility {
|
|
|
330
330
|
* Element role. Used to correctly identify an element by the accessibility service. For example,
|
|
331
331
|
* the `list` element is used to group list elements into one element.
|
|
332
332
|
*
|
|
333
|
-
* Platforms: android, ios
|
|
333
|
+
* Platforms: android, ios, web
|
|
334
334
|
*/
|
|
335
335
|
type?: Type<DivAccessibilityType>;
|
|
336
336
|
}
|