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