Open
Description
In the TD spec, the Event affordance has the subscription
and cancellation
keys. With these keys, one can describe a payload that needs to be passed along for subscribing or unsubscribing from an event.
In the Scripting API, this behavior is not specified explicitly for the subscribeevent method and is not specified at all for the unsubscribeevent method. For subscribeevent
, it is said that one can use InteractionOptions
vocabulary which however says that currently they are used only for URI variables. For unsubscribeevent
, InteractionOptions
do not seem to be even allowed.
A further discussion would be whether these are actually interaction options or params
like the invokeAction()
method.