Adds an event listener.
Link
A link to a placed file.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| String | readonly | The asset ID of the linked object. | |
| String | readonly | The asset URL of the linked object. | |
| Date | readonly | The date and time the Link was created. | |
| Boolean | readonly | If true, indicates the linked object has been edited in the current document but the source file has not been updated. | |
| EditingState | readonly | The Version Cue editing state of the file. | |
| EventListeners |
readonly | A collection of event listeners. | |
| Events |
readonly | A collection of events. | |
| String | File async | readonly | The file path (colon delimited on the Mac OS). Can also accept: File. | |
| Number | readonly | The unique ID of the Link. | |
| Number | readonly | The index of the link in the links collection. | |
| Boolean | readonly | Returns true if the object specifier resolves to valid objects. | |
| String | read/write | A property that can be set to any string. | |
| String | readonly | The URI of the linked resource. | |
| String | readonly | The file type of the linked object. | |
| LinkMetadata | readonly | XMP data for the link source file. | |
| Links |
readonly | A collection of links. | |
| String | readonly | The name of the Link. | |
| Boolean | readonly | If true, indicates a link to a full-resolution version of the source file is needed. If false, indicates the object is embedded. | |
| Graphic | Movie | Story | Sound | readonly | The linked object. Can return: Story, Graphic, Movie or Sound. | |
| Preferences |
readonly | A collection of preferences objects. | |
| Object | read/write | A property that allows setting of several properties at the same time. | |
| LinkResourceRenditionType | readonly | The rendition data of the link resource. | |
| Number | readonly | The size of the Link file. | |
| LinkStatus | readonly | The status of the link. | |
| VersionState | readonly | The Version Cue version state of the file. |
Events
| Name | Description |
|---|---|
| Dispatched when the value of a property changes on this Link. This event bubbles. This event is not cancelable. | |
| Dispatched after a Link is deleted. This event bubbles. This event is not cancelable. | |
| Dispatched after a Link is embedded. This event bubbles. This event is not cancelable. | |
| Dispatched after a Link is relocated from one object to another. This event bubbles. This event is not cancelable. | |
| Dispatched after a Link is created. This event bubbles. This event is not cancelable. | |
| Dispatched after a Link is unembedded. This event bubbles. This event is not cancelable. | |
| Dispatched after a Link is updated. This event bubbles. This event is not cancelable. | |
| Dispatched before a Link is deleted. This event bubbles. This event is cancelable. | |
| Dispatched before a Link is embedded. This event bubbles. This event is cancelable. | |
| Dispatched before a Link is relocated from one object to another. This event bubbles. This event is cancelable. | |
| Dispatched before a Link is unembedded. This event bubbles. This event is cancelable. | |
| Dispatched before a Link is updated. This event bubbles. This event is cancelable. |
Methods
Check in to Version Cue.
Copies the link file to the specified location.
Gets the label value associated with the specified key.
Resolves the object specifier, creating an array of object references.
Sets the label to the value associated with the specified key.
Experimental: Reinitialize the link to a new uri
Points the link to a new source file.
Experimental: Relink the text fragment link to a new uri
Removes the event listener.
Experimental: Download the original asset and replace FPO with it.
Opens Adobe Bridge and selects the source file of the link.
Opens the file system to the folder that contains the source file of the link, and selects the file.
Generates a string which, if executed, will return the Link.
Retrieves the object specifier.
Unembeds the source file. If no folder is specified, creates a link to the original source file; if a folder is specified, copies the file to the folder and creates a link to the copied file.
Embeds the source file in the document.
Updates the link if the source file has been changed.
Object of 17
Properties elsewhere that hold a Link.
Parameter of 3
Method parameters that accept a Link.
Return 15
Methods that return a Link.