Skip to content

Callbacks need to take Interaction name #102

@mkovatsc

Description

@mkovatsc

For the feature to set a single handler for all Interactions of a time, the Interaction name has to be passed at well.

Should be reflected in the callback listing:

callback PropertyReadHandler = Promise<any> (string propertyName);
callback PropertyWriteHandler = Promise<void> (any value, string propertyName);
callback ActionHandler = Promise<any> (any parameters, string actionName);

The "The ActionHandler callback" section text also needs update. The other two sections look good.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions