Library panel
Go to Property Listing | Method Listing
Boolean, Library, LibraryPanelViews, NothingEnum, Number, Object, SortAssets, String
|
Property |
Type |
Access |
Description |
|---|---|---|---|
|
readonly |
The library displayed in this LibraryPanel |
||
|
readonly |
The index of the LibraryPanel within its containing object. |
||
|
readonly |
The name of the LibraryPanel. |
||
|
readonly |
The parent of the LibraryPanel (a Application). |
||
|
read/write |
A property that allows setting of several properties at the same time. |
||
|
read/write |
The selected object(s). Can also accept: Object or NothingEnum enumerator. |
||
|
read/write |
The sort order of the assets in the LibraryPanel |
||
|
read/write |
LibraryPanel view |
||
|
read/write |
If true, the panel is visible. |
LibraryPanel getElements ()
Resolves the object specifier, creating an array of object references.
undefined select (selectableItems:Array of Varies Objects NothingEnum Object SelectAll, [existingSelection:SelectionOptions=SelectionOptions])
Selects the specified object(s).
|
Parameter |
Type |
Description |
|---|---|---|
|
selectableItems |
Array of Objects |
The objects to select. Can accept: Object, Array of Objects, NothingEnum enumerator or SelectAll enumerator. |
|
existingSelection |
The selection status of the LibraryPanel in relation to previously selected objects. (Optional) (default: SelectionOptions.REPLACE_WITH) |
undefined showAll ()
Show all assets
String toSource ()
Generates a string which, if executed, will return the LibraryPanel.
String toSpecifier ()
Retrieves the object specifier.