Currently you can only access effect parameters with the `.param()` syntax. You should be able to call them directly, as you can in Ae: ``` let highlightLine = thisComp.layer("control").effect("line to hilite")("Slider").value; ```