Layer info
ae_layer_infoFetch layer details (transform, effects, masks, text, shape contents, keyframes) for one, many, or all layers in one call; set includeProperties=false to skip the property tree.
Instructions
Full layer info: transform, effects, masks, text, shape contents, keyframes. layerIndex accepts one index, an ARRAY of indices, or 'all' — auditing a whole comp is one call. Set includeProperties=false to skip the property tree walk.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| layerIndex | Yes | 1-based layer index — or an array of indices, or 'all' for every layer in the comp, returned together in one round trip. | |
| compNameOrId | Yes | Composition name (exact match) or numeric item id. | |
| includeProperties | No | Include the full property tree (Transform/Effects/Masks/Text). Default true. |