How use updateProperties in VIEWER

Hi!

How can I use the updateProperties to use in my custom renderer provider in the viewer?

modeling.updateProperties(el, {
          instancies: {
            quantity: 5,
            status: 'Running'
          }
        });

I’m using this guy to update the data inside custon renderer, but with Viewer, I can’t use the ‘modeling’, what can I do?

Update properties is a modeling feature, as indicated by the component you’re invoking the API on: modeling.

What is your use-case for using modeling features in a viewer?

I’m trying to do a simple viewer of zeebe instancies. With modeling I have this:
Screenshot at 2020-04-28 09-07-57

But I wanna do this in the viewer.

You want to use overlays to attach the meta-data in a viewer.