Edit in GitHubLog an issue

LibraryPanel

Library panel

Instance

Read Only

Library associatedLibrary

The library displayed in this LibraryPanel


Read Only

String name

The name of the LibraryPanel.


Read Only

Boolean isValid

Returns true if the object specifier resolves to valid objects.


Read Only

Application parent

The parent of the LibraryPanel (a Application).


Read Only

Number index

The index of the LibraryPanel within its containing object.


Read Only

Events events

A collection of events.


Read Only

EventListeners eventListeners

A collection of event listeners.


LibraryPanelViews view

LibraryPanel view


SortAssets sortOrder

The sort order of the assets in the LibraryPanel


Object selection

The selected object(s). Can also accept: Object or NothingEnum enumerator.


Boolean visible

If true, the panel is visible.


Object properties

A property that allows setting of several properties at the same time.

Methods

showAll()

Show all assets


select( Mixed selectableItems, SelectionOptions existingSelection )

Selects the specified object(s).

Parameters

TypeNameDescription
Mixed
selectableItems
The objects to select. Can accept: Object, Array of Objects, NothingEnum enumerator or SelectAll enumerator.
SelectionOptions
existingSelection
The selection status of the LibraryPanel in relation to previously selected objects. (Optional)

String toSource()

Generates a string which, if executed, will return the LibraryPanel.


LibraryPanel getElements()

Resolves the object specifier, creating an array of object references.


String toSpecifier()

Retrieves the object specifier.


EventListener addEventListener( String eventType, Mixed handler, Boolean captures )

Adds an event listener.

Parameters

TypeNameDescription
String
eventType
The event type.
Mixed
handler
The event handler. Can accept: File or JavaScript Function.
Boolean
captures
This parameter is obsolete. (Optional)

Boolean removeEventListener( String eventType, Mixed handler, Boolean captures )

Removes the event listener.

Parameters

TypeNameDescription
String
eventType
The registered event type.
Mixed
handler
The registered event handler. Can accept: File or JavaScript Function.
Boolean
captures
This parameter is obsolete. (Optional)
Was this helpful?
  • Privacy
  • Terms of Use
  • Do not sell or share my personal information
  • AdChoices
Copyright © 2023 Adobe. All rights reserved.