Skip to content
This repository was archived by the owner on Jun 9, 2023. It is now read-only.

Latest commit

 

History

History
33 lines (25 loc) · 2.04 KB

File metadata and controls

33 lines (25 loc) · 2.04 KB

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

Signature cp.highland2.Sidebar.document <cp.highland2.Document>
Type Field
Description The Document this Sidebar belongs to.
Signature cp.highland2.Sidebar.doHide <cp.rx.go.Statement>
Type Field
Description A Statement that will attempt to hide the Sidebar, if possible.
Signature cp.highland2.Sidebar.doShow <cp.rx.go.Statement>
Type Field
Description A Statement that will attempt to show the Sidebar, if possible.