- onUp(bindable: default, priority?: number, always?: boolean): ((host: any, property2: string | number | symbol, descriptor: TypedPropertyDescriptorFunctionAnyNOfParams<BindingHandler<any>>) => void)
-
Parameters
-
-
Optional
priority: number
-
Optional
always: boolean
Returns ((host: any, property2: string | number | symbol, descriptor: TypedPropertyDescriptorFunctionAnyNOfParams<BindingHandler<any>>) => void)
-
- (host: any, property2: string | number | symbol, descriptor: TypedPropertyDescriptorFunctionAnyNOfParams<BindingHandler<any>>): void
-
Parameters
-
host: any
-
property2: string | number | symbol
-
descriptor: TypedPropertyDescriptorFunctionAnyNOfParams<BindingHandler<any>>
Returns void
Registers a handler for when the modifiers of the given
Bindable
are released.