What is a LinkedGraphic

I’m building a plugin that generates React Native code from deigns. I’m familiar with all types of nodes except for LinkedGraphic. Can any one explain what is it? and how to make one so that I can play around it and figure out how to build a code generator for it?

Thanks in advance

2 Likes

Hi @hossamAbdelnaser,
you can create a LinkedGraphic node by using an object from a CC Library.

1 Like

@PaoloBiagini That’s what I thought. However, I created a componen, stored at a CC library, and imported it in another document but on checking its type I found it is not LinkedGraphic.

Yes, and it hasn’t to. It cannot be a LinkedGraphic since you have created it directly in XD. So, it keeps its original type. Try using an object created with Illustrator.

1 Like

@PaoloBiagini seems logical. Thanks, man

2 Likes