trilium
Preparing search index...
Frontend Script API
<internal>
ViewScope
Interface ViewScope
interface
ViewScope
{
attachmentId
?:
string
;
highlightsListPreviousVisible
?:
boolean
;
highlightsListTemporarilyHidden
?:
boolean
;
readOnlyTemporarilyDisabled
?:
boolean
;
tocPreviousVisible
?:
boolean
;
tocTemporarilyHidden
?:
boolean
;
viewMode
?:
string
;
}
Index
Properties
attachment
Id?
highlights
List
Previous
Visible?
highlights
List
Temporarily
Hidden?
read
Only
Temporarily
Disabled?
toc
Previous
Visible?
toc
Temporarily
Hidden?
view
Mode?
Properties
Optional
attachment
Id
attachmentId
?:
string
Optional
highlights
List
Previous
Visible
highlightsListPreviousVisible
?:
boolean
Optional
highlights
List
Temporarily
Hidden
highlightsListTemporarilyHidden
?:
boolean
Optional
read
Only
Temporarily
Disabled
readOnlyTemporarilyDisabled
?:
boolean
Optional
toc
Previous
Visible
tocPreviousVisible
?:
boolean
Optional
toc
Temporarily
Hidden
tocTemporarilyHidden
?:
boolean
Optional
view
Mode
viewMode
?:
string
"source", when viewing the source code of a note.
"attachments", when viewing the attachments of a note.
"contextual-help", if the current view represents a help window that was opened to the side of the main content.
"default", otherwise.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
attachment
Id
highlights
List
Previous
Visible
highlights
List
Temporarily
Hidden
read
Only
Temporarily
Disabled
toc
Previous
Visible
toc
Temporarily
Hidden
view
Mode
trilium
Loading...