Listen to events
roomlePlanner.getApi().callbacks.onUpdateParameters = (parameters) => {
// send this event to your own event system, redux, RxJS or home grown
// this should trigger all the updates you wan to do on a parameter update
};Last updated