hub.expression.deleted
- Broadcast when an expression registered with the scene engine is removed This broadcast is sent in response to a hub.scenes.expressions.delete command.
 
				
				Edit
			
			| Field | Type | Required | Description | 
|---|---|---|---|
| name | string | + | Label of the expression which was removed. | 
				
				Edit
			
			
				
					{
    "id": "ui_broadcast",
    "msg_subclass": "hub.expression.deleted",
    "result": {
        "name": "nameOfAnExpression"
    }
}