This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
en:tvip_json_middleware_api:2 [2025/04/30 15:57] Варвара Синицкая Add feed items |
en:tvip_json_middleware_api:2 [2025/04/30 15:59] (current) Варвара Синицкая |
||
---|---|---|---|
Line 314: | Line 314: | ||
| **focusable** | Boolean | Yes | If user can focus on the feed - true by default | | | **focusable** | Boolean | Yes | If user can focus on the feed - true by default | | ||
| **title** | String | Yes | The title of the feed | | | **title** | String | Yes | The title of the feed | | ||
- | | **card_size** | Object | Yes | The width and height of item image card - under the table watch more info | | + | | **card_size** | Size | Yes | The width and height of item image card - under the table watch more info | |
| **mark_position** | String | Yes | [enum] Position of the mark on the card, available values: "TOP_LEFT", "TOP_RIGHT", "BOTTOM_LEFT", "BOTTOM_RIGHT", "TOP_LEFT" by default | | | **mark_position** | String | Yes | [enum] Position of the mark on the card, available values: "TOP_LEFT", "TOP_RIGHT", "BOTTOM_LEFT", "BOTTOM_RIGHT", "TOP_LEFT" by default | | ||
+ | |||
+ | Size structure: | ||
+ | ^Field: ^Type ^Req. ^Description | | ||
+ | | **width** | Int | Yes | Image card width | | ||
+ | | **height** | Int | Yes | Image card height | | ||
card size available (can choose only from these ones): | card size available (can choose only from these ones): |