Skip to content

@bynary.composables.title.Function.useTitle

github-actions[bot] edited this page Jul 11, 2024 · 3 revisions

@bynary/composables / @bynary/composables/title / useTitle

Function: useTitle()

useTitle(initialValue?): WritableSignal<string>

Parameters

initialValue?: string

The initial title of the page. Defaults to the current title of the page.

Returns

WritableSignal<string>

A signal to change the title of the page.

Defined in

title/src/title.composable.ts:75

Clone this wiki locally