# plugins.finalcutpro.fullscreen.dockicon

Manages the CommandPost dock icon when FCP is full-screen. Due to some quirkiness in how macOS manages full-screen windows, it seems that we need to make CP 'dockless' when an app we are working with goes full-screen. Otherwise our drawing/canvas images will not display correctly.


# API Overview

Variables - Configurable values

  • dockIconEnabled
  • fcpActiveFullScreen

# API Documentation

# Variables

# dockIconEnabled

Signature plugins.finalcutpro.fullscreen.dockicon.dockIconEnabled <cp.prop: boolean; read-only; live>
Type Variable
Description If true the CommandPost dock icon should be hidden.
Notes None
Source src/plugins/finalcutpro/fullscreen/dockicon.lua line 27

# fcpActiveFullScreen

Signature plugins.finalcutpro.fullscreen.dockicon.fcpActiveFullScreen <cp.prop: boolean; read-only; live>
Type Variable
Description If true FCP is full-screen and the frontmost app.
Notes None
Source src/plugins/finalcutpro/fullscreen/dockicon.lua line 64