Bridge2021
Object

Thumbnail

Represents a reference to a node in the browser navigation hierarchy.

Properties

NameType AccessDescription
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.
Boolean readonly Whether this thumbnail is displayable.
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

void

DEPRECATED. Do not use.

Boolean

Creates a new Thumbnail object that references the same node as this one.

path Object | String The parent node of the new copy.
void

Returns the position of playback slider from Preview panel.

void

Returns the position of volume slider for the item being previewed in Bridge.

void

DEPRECATED. Do not use.

void

Returns true if the auto-loop is enabled in the Preview panel.

void

Returns true if the Thumbnail object can be played in Bridge.

void

Returns true if selected file is already playing in the Preview panel.

Boolean

Changes the parent of this thumbnail.

path Object | String The new parent node.
Boolean

Launches the file referenced by this thumbnail in the appropriate application (such as Photoshop for JPEG files).

Boolean

Launches the file referenced by this thumbnail in the specified application.

appPath String A platform-specific path string to the application.
Boolean

Refreshes an associated information set or sets to reflect the current state of this node’s referenced file or folder.

infosetName? Array | String The data sets to refresh.
void

Registers a callback function that is executed whenever a node-data value in this thumbnail changes.

callback A developer-defined callback function.
void

Deletes this Thumbnail object.

Thumbnail

If the value of type is alias, retrieves a Thumbnail object for the target of the alias.

void

Opens the platform-specific native file browser, displays and selects the file or folder for this thumbnail.

void

Sets seek position of playback slider in the Preview panel.

void

Sets position of the volume slider in the Preview panel.

void

Toggles the state of the Auto-Loop button in Preview panel for the selected item.

void

Toggles the state of the Play or Pause button in Preview panel for the selected item.

void

Removes a callback function from the list of callbacks registered for this thumbnail.

callback Function A developer-defined callback function, previously registered with registerInterest().
void

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.