Using JSFL to Access the Snippets Panel
I can use JSFL to add an object from the Component Panel to my Animate CC project. For example:
var componentPanel = 'User Interface'
var component = 'Button'
fl.componentsPanel.addItemToDocument({x:320, y:180}, componentPanel, component);
Is there a similar way to access the Code Snippets panel, so I can add a new layer with a snippet to my timeline?
