-
Notifications
You must be signed in to change notification settings - Fork 1
@bynary.composables.attribute.Function.bindBooleanAttribute
github-actions[bot] edited this page Jul 11, 2024
·
3 revisions
@bynary/composables / @bynary/composables/attribute / bindBooleanAttribute
bindBooleanAttribute<
T>(attributeName,value,options?):T
• T extends Signal<undefined | boolean>
• attributeName: string
The name of the attribute
• value: T
The signal to bind
• options?: IBindBooleanAttributeOptions
A set of options
T
The passed in signal (value parameter)