Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F122108102
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
Tue, Jul 15, 20:04
Size
567 B
Mime Type
text/x-java
Expires
Thu, Jul 17, 20:04 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
27435675
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