Filemanager Webix Jet and reactivity

Hi Webix,

In the source of the filemanager I see that there’s a state implementation. I also need something like that. Please can you share the details on this implementation?

BR,
Martin

Hello @zevenbergm,

Please can you share the details on this implementation?

Reactive state is implemented via a separate module, you can take a look at the source code by visiting our GitHub repository: GitHub - webix-hub/jet-restate: Reactive state for Webix Jet apps. Alternatively, you can also get it via npm - jet-restate - npm.

Hello @Dzmitry,

Thank you! That’s what ! needed! How can I inject the state in a subview aka { $subview: true }?

BR,
Martin