Dynamic styling
Overview
Example payloads
Update cursor
{
"type": "update-document-style",
"data": {
"elementSelector": "#player",
"styleUpdates": [
{"property": "cursor", "value": "pointer"},
]
}
}Update button background and text color
Last updated