File tree Expand file tree Collapse file tree 3 files changed +147
-118
lines changed Expand file tree Collapse file tree 3 files changed +147
-118
lines changed Original file line number Diff line number Diff line change @@ -462,7 +462,7 @@ Imports specified Compositions (by name) from the containing After Effects .aep
462
462
| Argument | Type | Description |
463
463
| ----------- | -------------------------------------------- | ------------------------------------------------------------------- |
464
464
| ` 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. |
466
466
| ` targetBin ` | [ ProjectItem object] ( ../item/projectitem.md ) | Optional. The destination bin for this import. |
467
467
468
468
#### Returns
@@ -504,7 +504,7 @@ Imports media from the specified file paths.
504
504
505
505
| Argument | Type | Description |
506
506
| ------------------------ | -------------------------------------------- | ------------------------------------------------------------------------------ |
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. |
508
508
| ` suppressUI ` | Boolean | Whether warning dialogs should be suppressed. |
509
509
| ` targetBin ` | [ ProjectItem object] ( ../item/projectitem.md ) | The bin into which the files should be imported. |
510
510
| ` importAsNumberedStills ` | Boolean | Whether the file paths should be interpreted as a sequence of numbered stills. |
You can’t perform that action at this time.
0 commit comments