Skip to content

@bynary.composables.attribute.Function.bindBooleanAttribute

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

@bynary/composables / @bynary/composables/attribute / bindBooleanAttribute

Function: bindBooleanAttribute()

bindBooleanAttribute<T>(attributeName, value, options?): T

Type Parameters

T extends Signal<undefined | boolean>

Parameters

attributeName: string

The name of the attribute

value: T

The signal to bind

options?: IBindBooleanAttributeOptions

A set of options

Returns

T

The passed in signal (value parameter)

Defined in

attribute/src/boolean-attribute.composable.ts:235

Clone this wiki locally