getTitle
Returns a dasherized title
Presentation
function getTitle (title: string): string;Returns
stringParameters
| Name | Type | Description |
|---|---|---|
| title | string | The title to dasherize |
Returns a dasherized title
function getTitle (title: string): string;string| Name | Type | Description |
|---|---|---|
| title | string | The title to dasherize |