Is it possible to export the "name" attribute instead of "html" using the exportAs function.
Currently when I am exporting it show's the html rather than the "name" tag, which makes it kinda useless.
Currently I am saving as png and range ( dp.exportAs("png", {area: 'range'}).download(); )