Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F121620132
getSections.d.ts
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
Sat, Jul 12, 12:55
Size
689 B
Mime Type
text/x-java
Expires
Mon, Jul 14, 12:55 (2 d)
Engine
blob
Format
Raw Data
Handle
27360107
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
getSections.d.ts
View Options
import * as Rsg from '../../typings';
/**
* Return object for one level of sections.
*
* @param {Array} sections
* @param {object} config
* @param {number} parentDepth
* @returns {Array}
*/
export default function getSections(sections: Rsg.ConfigSection[], config: Rsg.SanitizedStyleguidistConfig, parentDepth?: number): Rsg.LoaderSection[];
/**
* Return an object for a given section with all components and subsections.
* @param {object} section
* @param {object} config
* @param {number} parentDepth
* @returns {object}
*/
export declare function processSection(section: Rsg.ConfigSection, config: Rsg.SanitizedStyleguidistConfig, parentDepth?: number): Rsg.LoaderSection;
Event Timeline
Log In to Comment