DtoTmSlideContent

DTO контента слайда урока

Атрибуты
items
Массив элементов слайда
Массив объектов DtoTmSlideContentItem
layoutSettings
Параметры layout
Пример данных (json)
{
    "items": [
        {
            "id": "e73e7fd8-ad80-4740-be80-3da80616749a",
            "type": "Title",
            "params": {
                "visible": true
            },
            "interactivityConfig": {
                "actionRunMode": "by_next_btn",
                "nextBtnLabel": "Let's open this box!",
                "actions": {
                    "actionType": "show_item_by_alias",
                    "actionAdditionalInfo": "alias_of_item_for_show",
                    "condition": {
                        "fieldForCondition": "answer",
                        "conditionMode": "positive",
                        "targetValue": "10"
                    }
                }
            },
            "exercisesCount": 0,
            "data": "[{\"align\":\"left\",\"children\":[{\"text\":\"Revise the grammar rules. Then choose the correct options.\"}]}]"
        }
    ],
    "layoutSettings": {
        "themeName": "light",
        "backgroundFileId": "3865cec7-48a2-444f-8288-e1416744937a",
        "backgroundMode": 1,
        "hideLeftNavigation": true,
        "transparentHeader": true,
        "nextButtonLabel": "Next"
    }
}