Bridge2021
Object

Document

Represents an Adobe Bridge browser window.

Properties

NameType AccessDescription
Array read/write Identifies up to four lines of additional metadata to display for thumbnails in the Content pane.
Boolean read/write Whether to allow drag-and-drop of thumbnails in this browser window.
read/write DEPRECATED. Use navbars.filesystem.bottom.
String read/write The browser window mode, corresponding to the UI button on the upper right, "Switch to compact mode".
readonly DEPRECATED. Do not use.
String read/write DEPRECATED. Do not use.
Thumbnail readonly The Thumbnail object a user has right-clicked to invoke a context menu; otherwise undefined.
Boolean read/write Whether to display Inspector panels.
Array readonly Current selected thumbnails in the Content pane.
Number read/write The height of the browser window in pixels.
Number readonly In Windows only, a platform-specific handle to the window for this browser.
Number readonly A unique identifier for the browser window, valid for the life of the window.
read/write DEPRECATED. Do not use.
Boolean readonly When true, this browser window is in the zoomed or maximized state.
Boolean readonly When true, this browser window is in the collapsed or minimized state.
Object readonly Contains the predefined NavBar objects for the configurable navigation bars.
String read/write Text to be displayed in the Content pane when the selected thumbnail is for an empty folder.
String read/write The Adobe Bridge-enabled application that created or first activated this browser window, if it was not Adobe Bridge.
Array readonly A collection of TabbedPalette objects for all default and script-defined display palettes available to this browser, regardless of their visibility status.
Object read/write The position of this browser window on the screen.
String readonly The presentation mode of the Content pane.
String read/write The path to the content displayed in the Content pane.
Number readonly The number of currently selected thumbnails in the Content pane.
Array readonly The Thumbnail objects for all currently selected files in the Content pane of this document.
Number readonly The number of currently selected thumbnails in the Content pane.
Boolean read/write When true, thumbnail names are displayed in the Content pane.
Array read/write How the thumbnails in the Content pane are sorted.
Array read/write A list of all current thumbnail stacks in this browser.
String read/write The text displayed in the document's status line at the bottom of the Content pane.
Thumbnail read/write The Thumbnail object for the node currently selected in the Folders or Favorites pane.
String read/write The view mode of the Content pane, as selected by the View menu.
read/write DEPRECATED. Use navbars.filesystem.top.
Boolean read/write When true, the browser window is expanded, as opposed to being minimized or collapsed.
Array readonly An array of Thumbnail objects that are currently shown in the Content pane.
Number readonly The number of thumbnails in the visibleThumbnails array.
read/write DEPRECATED. Do not use.
Number read/write The width of the browser window in pixels.
Object readonly Retrieves the most recently set workspace.

Methods

void

Makes this browser window the topmost active window in the windowing system.

void

Centers this browser window on the screen.

void

Executes an Adobe Bridge-defined or script-defined menu command programatically.

menuID String The unique identifier for the command to execute.
void

Closes this browser window.

Boolean

Deselects a node in the Content pane.

thumbnail Thumbnail The Thumbnail for the node.
void

Deselects all selected nodes in the Content pane.

void

DEPRECATED. Do not use.

void

Stores stack properties into the cache file.

Array

Collects selected thumbnails for files of a given type, if any are selected.

filter? String A comma-delimited list of file extensions to match.
void

Maximizes or zooms this browser window.

void

Minimizes or docks this browser window.

void

Centers this browser window on the screen, and sets the height and width to 80% of the screen height and width.

void

DEPRECATED in Creative Suite 3. Use app.acquirePhysicalFiles() instead.

void

DEPRECATED. Do not use.

void

Refreshes the display of this browser window.

void

Restores the default configuration of the tabbed palettes in this browser window.

void

Restores this browser window after it has been minimized.

void

Causes the Content pane (not the Folders or Favorites pane) to show the specified thumbnail.

thumbnail Thumbnail The Thumbnail object.
Boolean

Selects a thumbnail in the Content pane.

thumbnail The Thumbnail object.
void

Selects all children of the currenly selected thumbnail in the Content pane.

void

Sets the presentation mode of the Content pane, and optionally the path to the current content to display.

mode String The new display mode.
path? String The path string, a Bridge URI.
Boolean

Sets the browser configuration to a predefined, user-defined or script-defined workspace.

workspaceId String The unique, identifying name string for the new workspace.

Object of 1

Properties elsewhere that hold a Document.