# plugins.finalcutpro.timeline.markallclips

Add a marker to all selected clips under the playhead, or all clips if only one clip is selected.

---

## API Overview
**Functions** - _API calls offered directly by the extension_
 * [markAllClips](#markallclips)

---

## API Documentation

#### Functions

### [markAllClips](#markallclips)

|                                             |                                                                                     |
| --------------------------------------------|-------------------------------------------------------------------------------------|
| **Signature**                               | `plugins.finalcutpro.timeline.markallclips.markAllClips -> none`                                                                    |
| **Type**                                    | Function                                                                     |
| **Description**                             | Add a marker to all selected clips under the playhead, or all clips if only one clip is selected.                                                                     |
| **Parameters**                              | <ul><li>None</li></ul> |
| **Returns**                                 | <ul><li>None</li></ul>          |
| **Notes**                                   | None |
| **Examples**                                | None |
| **Source**                                  | [src/plugins/finalcutpro/timeline/markallclips.lua line 22](https://github.com/CommandPost/CommandPost/blob/develop/src/plugins/finalcutpro/timeline/markallclips.lua#L22) |

---

---

<script src="https://giscus.app/client.js"
        data-repo="CommandPost/CommandPost"
        data-repo-id="MDEwOlJlcG9zaXRvcnk3NDY0NTk2NQ=="
        data-category="Website Discussion"
        data-category-id="DIC_kwDOBHMBzc4CXFFA"
        data-mapping="pathname"
        data-strict="0"
        data-reactions-enabled="1"
        data-emit-metadata="0"
        data-input-position="bottom"
        data-theme="dark"
        data-lang="en"
        crossorigin="anonymous"
        async>
</script>
