Binder is a Modifier that creates a subscription when invoked.
- Note, this Modifier is NOT idempotent: Calling it N times will create and bind N subscriptions
onMountBind
can take care of this, see the docs
- Companion:
- object
Value members
Abstract methods
Concrete methods
You can count on this method being a no-op in your libraries and end user code.
You can count on this method being a no-op in your libraries and end user code.
The reason this method is not abstract is to avoid broken SAM sugar in case of meta modifiers. See https://github.com/raquo/scala-dom-types/issues/27
- Definition Classes