Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F104927361
getPageTitle.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
Thu, Mar 13, 10:33
Size
499 B
Mime Type
text/x-java
Expires
Sat, Mar 15, 10:33 (2 d)
Engine
blob
Format
Raw Data
Handle
24881998
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
getPageTitle.d.ts
View Options
import * as Rsg from '../../typings';
/**
* Return page title:
* “Style Guide Title” for all components view;
* “Component Name — Style Guide Title” for isolated component or example view.
* “Section Name — Style Guide Title” for isolated section view.
*
* @param {object} sections
* @param {string} baseTitle
* @param {string} displayMode
* @return {string}
*/
export default function getPageTitle(sections: Rsg.Section[], baseTitle: string, displayMode: string): string;
Event Timeline
Log In to Comment