wix-incubator / autoviews

A library for building user interfaces with JSON schemas, react components and data
MIT License
12 stars 4 forks source link

More context for predicates #109

Closed tyv closed 2 years ago

tyv commented 2 years ago

Is there an existing issue for this?

The problem

Right now predicate function has only current schema node argument. 
There is an idea to extend it with other entities: full JSONSchema, data, UISchema maybe.

Describe the solution you'd like

make research and implement if needed.

Describe alternatives you've considered

No response

tyv commented 2 years ago

maybe we should think of option so predicates (or better an analogue) works exactly like mistakenly described in #108