Skip to content

ValueNode onSet callback #27

@zmink-pxc

Description

@zmink-pxc

The ValueNode class does not have an "onSet" callback. While the onValueChange callback gives the ability to track node value changes, you cannot distinguish between @set methods from a requester and node value updates locally. The .setValue function also triggers the onValueChange, therefore the ValueNode doesn't give the programmer the ability to distinguish between local changes the upstream changes. This pushes the programmer to use invoke functions to produce a logical flow of information rather than using @set in cases where it makes more sense.

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