{
    "description": {
        "author": "Salesforce",
        "text": [
            "A component that represents a dynamic canvas with a card layout, which includes a title, an icon, and a set of actions that can be performed on the canvas such as regenerating, moving, resizing, renaming, removing, and sending feedback. It also has the ability to publish events to a message channel.",
            "Selector: experience_ui_gen_canvas-dynamic-canvas-wrapper"
        ]
    },
    "shadow": {
        "elements": [
            {
                "name": "tileContainer",
                "selector": {
                    "css": ".tile-container"
                },
                "description": "Represents the container for the entire component.",
                "elements": [
                    {
                        "name": "card",
                        "selector": {
                            "css": "article"
                        },
                        "type": "container",
                        "description": "Represents the card that encloses the dynamic canvas.",
                        "public": true,
                        "elements": [
                            {
                                "name": "tileHeader",
                                "selector": {
                                    "css": ".tile-header"
                                },
                                "type": "container",
                                "description": "Represents the header of the tile.",
                                "public": true
                            },
                            {
                                "name": "dynamicCanvas",
                                "selector": {
                                    "css": "experience_ui_gen_canvas-dynamic-canvas"
                                },
                                "type": "utam-experience-ui-gen-canvas/pageObjects/dynamicCanvas",
                                "description": "Represents the dynamic canvas that is loaded within the card.",
                                "wait": true,
                                "public": true
                            }
                        ]
                    }
                ]
            }
        ]
    },
    "methods": [
        {
            "name": "isCanvasContainerVisible",
            "description": {
                "text": [
                    "Check that the canvas container is present and visible"
                ],
                "return": "boolean"
            },
            "compose": [
                {
                    "element": "tileContainer",
                    "apply": "isVisible"
                }
            ]
        }
    ]
}