ProjectItem
Properties
| Name | Type | Access | Min Version | Description |
|---|---|---|---|---|
type | number | R | 25.0 | Get the type of the Project Item. |
name | string | R | 25.0 | The name of this project item. |
Static Methods
cast
25.0ProjectItem
Cast FolderItem or ClipProjectItem in to ProjectItem
Parameters
| Name | Type | Description |
|---|---|---|
item | - |
Instance Methods
createSetColorLabelAction
25.0Action
Create an action for set color label to projectItem by index
Parameters
| Name | Type | Description |
|---|---|---|
inColorLabelIndex | number | - |
createSetNameAction
25.0Action
Returns action that renames projectItem
Parameters
| Name | Type | Description |
|---|---|---|
inName | string | - |
getColorLabelIndex
25.0number
Get color label index of projectItem
getId
25.0string
Get id of projectItem
getParentBin
25.0FolderItem
Get parent FolderItem of projectItem
getProject
25.0Project
Get the parent Project of this projectItem.

