-
Notifications
You must be signed in to change notification settings - Fork 1
@bynary.composables.attribute.Function.useBooleanAttribute
github-actions[bot] edited this page Jul 11, 2024
·
3 revisions
@bynary/composables / @bynary/composables/attribute / useBooleanAttribute
useBooleanAttribute(
attributeName,options?):WritableSignal<undefined|boolean>
• attributeName: string
The name of the attribute
• options?: IUseBooleanAttributeOptions
A set of options
WritableSignal<undefined | boolean>
A signal holding the current value of the attribute as a boolean