You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment, the Subscription interface looks like this
It seems the stop() method seems to miss InteractionInput as used elsewhere?
Note: the EventAffordance has cancellation information to be used..
Note2: the problem might arise from the fact that Subscription is used for events and (un)observing properties. The unobserveproperty has no way to indicate cancellation information.
The text was updated successfully, but these errors were encountered:
To cover the current features of TD, we should have a new function parameter of type InteractionInput
@danielpeintner, the problem is that if we want to keep backward compatibility, we should add it as a last parameter, which is inconsistent with the other operations.
Uh oh!
There was an error while loading. Please reload this page.
At the moment, the
Subscription
interface looks like thisIt seems the
stop()
method seems to missInteractionInput
as used elsewhere?Note: the EventAffordance has
cancellation
information to be used..Note2: the problem might arise from the fact that
Subscription
is used for events and (un)observing properties. Theunobserveproperty
has no way to indicate cancellation information.The text was updated successfully, but these errors were encountered: