adobexd-types
Version:
Typescript types for Adobe XD CC and UXP
9 lines (8 loc) • 381 B
TypeScript
declare module 'scenegraph' {
/**
* [LinkedGraphic on Adobe.io](https://www.adobe.io/xd/uxp/develop/reference/LinkedGraphic/)
*
* Container node whose content is linked to an external resource, such as Creative Cloud Libraries. It cannot be edited except by first ungrouping it, breaking this link.
*/
export class LinkedGraphic extends SceneNode { }
}