English
getTitle
About 60 wordsLess than 1 minute
2025-12-16
Adapter for getting the default title
Parameters
No parameters
Return Value
| Parameter Name | Type | Description |
|---|---|---|
| String | String | Returns a custom title |
Usage Example
getTitle() {
return 'Custom Title';
}Notes
This function is used to set the default title. The returned title will be displayed as the default title of the page or component.
