-
Notifications
You must be signed in to change notification settings - Fork 0
@bynary.composables.title.Function.useTitle
github-actions[bot] edited this page Jul 11, 2024
·
3 revisions
@bynary/composables / @bynary/composables/title / useTitle
useTitle(
initialValue
?):WritableSignal
<string
>
• initialValue?: string
The initial title of the page. Defaults to the current title of the page.
WritableSignal
<string
>
A signal to change the title of the page.