#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


#API Documentation

#Variables

Signatureplugins.finalcutpro.fullscreen.dockicon.dockIconEnabled <cp.prop: boolean; read-only; live>
TypeVariable
DescriptionIf true the CommandPost dock icon should be hidden.
NotesNone
Sourcesrc/plugins/finalcutpro/fullscreen/dockicon.lua line 27

Signatureplugins.finalcutpro.fullscreen.dockicon.fcpActiveFullScreen <cp.prop: boolean; read-only; live>
TypeVariable
DescriptionIf true FCP is full-screen and the frontmost app.
NotesNone
Sourcesrc/plugins/finalcutpro/fullscreen/dockicon.lua line 64