<script src="https://ensaama-officiel-numerique.github.io/components/actions/actions.js"></script>
schema: {
log: { type: 'boolean', default: false },
objname: { type: 'string', default: "Cube"},
newcolor: { type: 'string', default: "none"},
}
<a-entity modify-objcolor="objname: Suzanne; newcolor: red; log: true;"></a-entity>