- onUp(bindable: default | "anything", priority?: number, always?: boolean): ((host: any, property2: string | number | symbol, descriptor: TypedPropertyDescriptorFunctionAnyNOfParams<BindingHandler<any>>) => void)
-
Parameters
-
bindable: default | "anything"
-
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 given
Bindable
is released.