# cp.apple.finalcutpro.prefs.EditingPanel

Editing Panel Module.

---

## API Overview
**Constructors** - _API calls which return an object, typically one that offers API methods_
 * [EditingPanel](#editingpanel)

**Fields** - _Variables which can only be accessed from an object returned by a constructor_
 * [audioFadeDuration](#audiofadeduration)
 * [positionPlayheadAfterEditOperation](#positionplayheadaftereditoperation)
 * [showDetailedTrimmingFeedback](#showdetailedtrimmingfeedback)
 * [showReferenceWaveforms](#showreferencewaveforms)
 * [stillImageDuration](#stillimageduration)
 * [transitionDuration](#transitionduration)

---

## API Documentation

#### Constructors

### [EditingPanel](#editingpanel)

|                                             |                                                                                     |
| --------------------------------------------|-------------------------------------------------------------------------------------|
| **Signature**                               | `cp.apple.finalcutpro.prefs.EditingPanel(preferencesDialog) -> EditingPanel`                                                                    |
| **Type**                                    | Constructor                                                                     |
| **Description**                             | Creates a new `EditingPanel` instance.                                                                     |
| **Parameters**                              | <ul><li>parent - The parent object.</li></ul> |
| **Returns**                                 | <ul><li>A new `EditingPanel` object.</li></ul>          |
| **Notes**                                   | None |
| **Examples**                                | None |
| **Source**                                  | [src/extensions/cp/apple/finalcutpro/prefs/EditingPanel.lua line 21](https://github.com/CommandPost/CommandPost/blob/develop/src/extensions/cp/apple/finalcutpro/prefs/EditingPanel.lua#L21) |

---

#### Fields

### [audioFadeDuration](#audiofadeduration)

|                                             |                                                                                     |
| --------------------------------------------|-------------------------------------------------------------------------------------|
| **Signature**                               | `cp.apple.finalcutpro.prefs.EditingPanel.audioFadeDuration <cp.ui.TextField: number>`                                                                    |
| **Type**                                    | Field                                                                     |
| **Description**                             | The "Audio Fade Duration" `TextField` with a `number` value.                                                                     |
| **Notes**                                   | None |
| **Source**                                  | [src/extensions/cp/apple/finalcutpro/prefs/EditingPanel.lua line 61](https://github.com/CommandPost/CommandPost/blob/develop/src/extensions/cp/apple/finalcutpro/prefs/EditingPanel.lua#L61) |

---

### [positionPlayheadAfterEditOperation](#positionplayheadaftereditoperation)

|                                             |                                                                                     |
| --------------------------------------------|-------------------------------------------------------------------------------------|
| **Signature**                               | `cp.apple.finalcutpro.prefs.EditingPanel.positionPlayheadAfterEditOperation <cp.ui.CheckBox>`                                                                    |
| **Type**                                    | Field                                                                     |
| **Description**                             | The "Position playhead after edit operation" `CheckBox`.                                                                     |
| **Notes**                                   | None |
| **Source**                                  | [src/extensions/cp/apple/finalcutpro/prefs/EditingPanel.lua line 43](https://github.com/CommandPost/CommandPost/blob/develop/src/extensions/cp/apple/finalcutpro/prefs/EditingPanel.lua#L43) |

---

### [showDetailedTrimmingFeedback](#showdetailedtrimmingfeedback)

|                                             |                                                                                     |
| --------------------------------------------|-------------------------------------------------------------------------------------|
| **Signature**                               | `cp.apple.finalcutpro.prefs.EditingPanel.showDetailedTrimmingFeedback <cp.ui.CheckBox>`                                                                    |
| **Type**                                    | Field                                                                     |
| **Description**                             | The "Show detailed trimming feedback" `CheckBox`.                                                                     |
| **Notes**                                   | None |
| **Source**                                  | [src/extensions/cp/apple/finalcutpro/prefs/EditingPanel.lua line 34](https://github.com/CommandPost/CommandPost/blob/develop/src/extensions/cp/apple/finalcutpro/prefs/EditingPanel.lua#L34) |

---

### [showReferenceWaveforms](#showreferencewaveforms)

|                                             |                                                                                     |
| --------------------------------------------|-------------------------------------------------------------------------------------|
| **Signature**                               | `cp.apple.finalcutpro.prefs.EditingPanel.showReferenceWaveforms <cp.ui.CheckBox>`                                                                    |
| **Type**                                    | Field                                                                     |
| **Description**                             | The "Show reference waveforms" `CheckBox`.                                                                     |
| **Notes**                                   | None |
| **Source**                                  | [src/extensions/cp/apple/finalcutpro/prefs/EditingPanel.lua line 52](https://github.com/CommandPost/CommandPost/blob/develop/src/extensions/cp/apple/finalcutpro/prefs/EditingPanel.lua#L52) |

---

### [stillImageDuration](#stillimageduration)

|                                             |                                                                                     |
| --------------------------------------------|-------------------------------------------------------------------------------------|
| **Signature**                               | `cp.apple.finalcutpro.prefs.EditingPanel.stillImageDuration <cp.ui.TextField: number>`                                                                    |
| **Type**                                    | Field                                                                     |
| **Description**                             | The "Still image Duration" `TextField` with a `number` value.                                                                     |
| **Notes**                                   | None |
| **Source**                                  | [src/extensions/cp/apple/finalcutpro/prefs/EditingPanel.lua line 70](https://github.com/CommandPost/CommandPost/blob/develop/src/extensions/cp/apple/finalcutpro/prefs/EditingPanel.lua#L70) |

---

### [transitionDuration](#transitionduration)

|                                             |                                                                                     |
| --------------------------------------------|-------------------------------------------------------------------------------------|
| **Signature**                               | `cp.apple.finalcutpro.prefs.EditingPanel.transitionDuration <cp.ui.TextField: number>`                                                                    |
| **Type**                                    | Field                                                                     |
| **Description**                             | The "Transition Duration" `TextField` with a `number` value.                                                                     |
| **Notes**                                   | None |
| **Source**                                  | [src/extensions/cp/apple/finalcutpro/prefs/EditingPanel.lua line 79](https://github.com/CommandPost/CommandPost/blob/develop/src/extensions/cp/apple/finalcutpro/prefs/EditingPanel.lua#L79) |

---

---

<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>
