Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F101071077
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
Wed, Feb 5, 10:55
Size
689 B
Mime Type
text/x-java
Expires
Fri, Feb 7, 10:55 (2 d)
Engine
blob
Format
Raw Data
Handle
24086223
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