Skip to content
#

illustrator

Here are 346 public repositories matching this topic...

xh4010
xh4010 commented Mar 24, 2021

Hi

I am developing multiple extensions at the same time, but the console output will affect each other, all extensions will be received.

my solution is to add extensionId judgment, only output in the current extension.

JSXEvent:

function JSXEvent(payload, eventType) {
  try {
    var xLib = new ExternalObject("lib:PlugPlugExternalObject");
  } catch (e) {
    // JSXEvent(e, "con

Improve this page

Add a description, image, and links to the illustrator topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the illustrator topic, visit your repo's landing page and select "manage topics."

Learn more