docs » cp.highland2.Sidebar
Represents the sidebar for a document opened in Highland.
- Fields - Variables which can only be accessed from an object returned by a constructor
- document
- doHide
- doShow
| 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. |