-
-
Notifications
You must be signed in to change notification settings - Fork 77
Open
Milestone
Description
I think the following should be documented in https://param.holoviz.org/user_guide/Reactive_Expressions.html
Instead of
self._coordinator.interface.param.objects.rx.bool().rx.not_()
visible=self._coordinator.interface.param.objects.rx.bool().rx.not_()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'function' object has no attribute 'rx'
It should be:
self._coordinator.interface.param['objects'].rx.bool().rx.not_()
Because the param accessor works like a dataframe column accessors, if the parameter name clashes with an existing method the method takes precedence.
jbednar
Metadata
Metadata
Assignees
Labels
No labels