{
    "description": {
        "text": [
            "Selector: runtime_omnistudio_flexcards-flex-card-state"
        ],
        "author": "Salesforce"
    },
    "root": true,
    "exposeRootElement": true,
    "selector": {
        "css": "runtime_omnistudio_flexcards-flex-card-state"
    },
    "type": [
        "actionable",
        "editable",
        "clickable"
    ],
    "elements": [
        {
            "type": "utam-omnistudio-flexcard/pageObjects/element",
            "name": "elements",
            "public": true,
            "selector": {
                "css": "div[data-style-id]",
                "returnAll": true
            }
        },
        {
            "name": "childFlexCards",
            "selector": {
                "css": "runtime_omnistudio-flexcard",
                "returnAll": true
            },
            "public": true,
            "type": "utam-omnistudio-core/pageObjects/flexCard"
        },
        {
            "name": "block",
            "public": true,
            "selector": {
                "css": "runtime_omnistudio_flexcards-block",
                "returnAll": true
            },
            "type": [
                "clickable"
            ]
        },
        {
            "name": "runtimeFlexcardsBlock",
            "type": "utam-omnistudio-flexcard/pageObjects/block",
            "public": true,
            "selector": {
                "css": "runtime_omnistudio_flexcards-block"
            }
        },
        {
            "name": "flexChart",
            "public": true,
            "type": "utam-omnistudio-flexcard/pageObjects/flexChart",
            "selector": {
                "css": "runtime_omnistudio_flexcards-flex-chart"
            }
        },
        {
            "name": "elementByCssSelector",
            "public": true,
            "type": [
                "clickable"
            ],
            "selector": {
                "css": "%s",
                "args": [
                    {
                        "name": "elementName",
                        "type": "string"
                    }
                ]
            }
        },
        {
            "name": "multiSelectInput",
            "public": true,
            "type": "utam-omnistudio-flexcard/pageObjects/flexMultiSelectInput",
            "selector": {
                "css": "runtime_omnistudio_flexcards-flex-multi-select-input"
            }
        },
        {
            "name": "baseInput",
            "public": true,
            "type": "utam-omnistudio-flexcard/pageObjects/baseInput",
            "selector": {
                "css": "runtime_omnistudio_flexcards-base-input-element"
            }
        },
        {
            "name": "flexAction",
            "public": true,
            "type": "utam-omnistudio-flexcard/pageObjects/flexAction",
            "selector": {
                "css": "runtime_omnistudio_flexcards-flex-action"
            }
        },
        {
            "name": "baseInputByIndex",
            "public": true,
            "type": "utam-omnistudio-flexcard/pageObjects/baseInput",
            "selector": {
                "css": "div>div:nth-child(%d)>runtime_omnistudio_flexcards-base-input-element",
                "args": [
                    {
                        "name": "index",
                        "type": "number"
                    }
                ]
            }
        }
    ]
}