DEPRECATED. Do not use.
Thumbnail
Represents a reference to a node in the browser navigation hierarchy.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| String | readonly | If the value of type is alias, the kind of target this thumbnail represents. | |
| Array | readonly | The node children of this container node. | |
| Boolean | readonly | When true, the node is a container. | |
| Infoset | readonly | Provides access to the core node-data sets defined by the default node handler. | |
| Date | readonly | Date the referenced file or folder was created, if it can be determined. | |
| String | read/write | DEPRECATED. Do not use. | |
| String | read/write | DEPRECATED. Do not use. | |
| Boolean | readonly | For a file or folder, whether the resource for this node exists on the local disk. | |
| Array | readonly | All of the ExtensionHandler objects that could handle this node. | |
| Boolean | readonly | Whether this thumbnail is associated with a file that contains embedded metadata. | |
| String | read/write | The path to the operating-system icon image file for this node, when it represents a web page. | |
| String | read/write | The label string for this thumbnail. | |
| Date | readonly | Date the referenced file or folder was last modified, if it can be determined. | |
| String | readonly | Whether the thumbnail is associated with a local file-system object or a Version Cue node (which can have both a local and remote replica). | |
| Boolean | readonly | Whether this node represents a read-only file in Windows, or a file that has been locked in the Finder in Mac OS. | |
| Metadata | read/write | The Metadata object associated with this thumbnail, if it supports embedded metadata. | |
| String | readonly | The referenced file’s MIME type, if it can be determined. | |
| ExtensionModel | readonly | The ExtensionModel object associated with this node. | |
| String | read/write | The label displayed for the thumbnail. | |
| Thumbnail | readonly | The Thumbnail object for the parent node of this thumbnail. | |
| String | readonly | DEPRECATED. Use spec or uri instead. | |
| Number | read/write | The rating value for this thumbnail. | |
| Number | read/write | The angle of rotation for the icon image of this node, in degrees. | |
| File | readonly | A File or Folder object for this thumbnail’s referenced node. | |
| Metadata | read/write | Waits for confirmation of a valid value to return the Metadata object associated with this thumbnail, if any. | |
| String | readonly | The type of node this thumbnail references. | |
| String | readonly | The full Bridge URI ( unique resource identifier) for this thumbnail. |
Methods
Creates a new Thumbnail object that references the same node as this one.
Returns the position of playback slider from Preview panel.
Returns the position of volume slider for the item being previewed in Bridge.
DEPRECATED. Do not use.
Returns true if the auto-loop is enabled in the Preview panel.
Returns true if the Thumbnail object can be played in Bridge.
Returns true if selected file is already playing in the Preview panel.
Changes the parent of this thumbnail.
Launches the file referenced by this thumbnail in the appropriate application (such as Photoshop for JPEG files).
Launches the file referenced by this thumbnail in the specified application.
Refreshes an associated information set or sets to reflect the current state of this node’s referenced file or folder.
Registers a callback function that is executed whenever a node-data value in this thumbnail changes.
Deletes this Thumbnail object.
If the value of type is alias, retrieves a Thumbnail object for the target of the alias.
Opens the platform-specific native file browser, displays and selects the file or folder for this thumbnail.
Sets seek position of playback slider in the Preview panel.
Sets position of the volume slider in the Preview panel.
Toggles the state of the Auto-Loop button in Preview panel for the selected item.
Toggles the state of the Play or Pause button in Preview panel for the selected item.
Removes a callback function from the list of callbacks registered for this thumbnail.
Re-enumerates the children of a container node.
Object of 7
Properties elsewhere that hold a Thumbnail.
Parameter of 16
Method parameters that accept a Thumbnail.
Return 5
Methods that return a Thumbnail.