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