Skip to content

@bynary.composables.class.Function.bindModifier

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

@bynary/composables / @bynary/composables/class / bindModifier

Function: bindModifier()

bindModifier<T>(modifier, apply, options?): T

Type Parameters

T extends Signal<boolean>

Parameters

modifier: string

The name of the modifier

apply: T

The signal whose value should be bound

options?: IBindModifierOptions

A set of options

Returns

T

The passed in signal (apply parameter)

Defined in

class/src/modifier.composable.ts:112

Clone this wiki locally