Skip to content

Commit 2fccb6f

Browse files
committed
Convert Item
1 parent 57deb2c commit 2fccb6f

File tree

3 files changed

+147
-118
lines changed

3 files changed

+147
-118
lines changed

docs/general/project.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@ Imports specified Compositions (by name) from the containing After Effects .aep
462462
| Argument | Type | Description |
463463
| ----------- | -------------------------------------------- | ------------------------------------------------------------------- |
464464
| `path` | String | A path to the After Effects .aep project file. |
465-
| `compNames` | `Array` | Names of compositions within the specified project, to be imported. |
465+
| `compNames` | Array of strings | Names of compositions within the specified project, to be imported. |
466466
| `targetBin` | [ProjectItem object](../item/projectitem.md) | Optional. The destination bin for this import. |
467467

468468
#### Returns
@@ -504,7 +504,7 @@ Imports media from the specified file paths.
504504

505505
| Argument | Type | Description |
506506
| ------------------------ | -------------------------------------------- | ------------------------------------------------------------------------------ |
507-
| `filePaths` | Array | An array of the file paths to be imported. |
507+
| `filePaths` | Array of strings | An array of the file paths to be imported. |
508508
| `suppressUI` | Boolean | Whether warning dialogs should be suppressed. |
509509
| `targetBin` | [ProjectItem object](../item/projectitem.md) | The bin into which the files should be imported. |
510510
| `importAsNumberedStills` | Boolean | Whether the file paths should be interpreted as a sequence of numbered stills. |

0 commit comments

Comments
 (0)