#cp.highland2.Sidebar

Represents the sidebar for a document opened in Highland.


#API Overview

Fields - Variables which can only be accessed from an object returned by a constructor


#API Documentation

#Fields

Signaturecp.highland2.Sidebar.document <cp.highland2.Document>
TypeField
DescriptionThe Document this Sidebar belongs to.
NotesNone
Sourcesrc/extensions/cp/highland2/Sidebar.lua line 19

Signaturecp.highland2.Sidebar.doHide <cp.rx.go.Statement>
TypeField
DescriptionA Statement that will attempt to hide the Sidebar, if possible.
NotesNone
Sourcesrc/extensions/cp/highland2/Sidebar.lua line 35

Signaturecp.highland2.Sidebar.doShow <cp.rx.go.Statement>
TypeField
DescriptionA Statement that will attempt to show the Sidebar, if possible.
NotesNone
Sourcesrc/extensions/cp/highland2/Sidebar.lua line 26