ProjectItem

Properties

NameTypeAccessMin VersionDescription
name
string
R
25.0
Get name of project item object

Static Methods

cast

25.0

any

Parameters

NameTypeDescription
item
any
-

It may be desirable to access attributes associated with ProjectItem after a ClipProjectItem object has been retrieved. This can be achieved by casting a ClipProjectItem to a ProjectItem.

Copied to your clipboard
let myProjItem = await ppro.ProjectItem.cast(myClipProjItem);

Instance Methods

getParent

25.0

ProjectItem

Get the root item of the project which contains all items of the project on the lowest level


getProject

25.0

Project

Get the root item of the project which contains all items of the project on the lowest level.


  • Privacy
  • Terms of Use
  • Do not sell or share my personal information
  • AdChoices
Copyright © 2025 Adobe. All rights reserved.