That’s not how you receive params for the View. The named View node must have the param set within the params
category or properties. You should then update any bindings against self.root.custom.myCustParam
to self.view.params.myCustParam
.
Please review the documentation.