# 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

  • document
  • doHide
  • doShow

# API Documentation

# Fields

# document

Signature cp.highland2.Sidebar.document <cp.highland2.Document>
Type Field
Description The Document this Sidebar belongs to.
Notes None
Source src/extensions/cp/highland2/Sidebar.lua line 19

# doHide

Signature cp.highland2.Sidebar.doHide <cp.rx.go.Statement>
Type Field
Description A Statement that will attempt to hide the Sidebar, if possible.
Notes None
Source src/extensions/cp/highland2/Sidebar.lua line 35

# doShow

Signature cp.highland2.Sidebar.doShow <cp.rx.go.Statement>
Type Field
Description A Statement that will attempt to show the Sidebar, if possible.
Notes None
Source src/extensions/cp/highland2/Sidebar.lua line 26