Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F101463360
consts.js
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Mon, Feb 10, 17:20
Size
567 B
Mime Type
text/x-java
Expires
Wed, Feb 12, 17:20 (2 d)
Engine
blob
Format
Raw Data
Handle
24170329
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
consts.js
View Options
import
"core-js/modules/es.object.freeze"
;
export
var
DisplayModes
=
Object
.
freeze
({
// Show all sections and components (default)
all
:
'all'
,
// Show one section
section
:
'section'
,
// Show one component
component
:
'component'
,
// Show one example inside component or section
example
:
'example'
,
// Show error 404
notFound
:
'notFound'
});
export
var
ExampleModes
=
Object
.
freeze
({
hide
:
'hide'
,
collapse
:
'collapse'
,
expand
:
'expand'
});
export
var
UsageModes
=
Object
.
freeze
({
hide
:
'hide'
,
collapse
:
'collapse'
,
expand
:
'expand'
});
Event Timeline
Log In to Comment