• Registers a handler for when the given Bindable is released.

    Parameters

    • bindable: default | "anything"

      The Bindable.

    • Optional priority: number

      The "priority" of this handler compared to other handlers. Higher priorities are executed first.

    • 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

Generated using TypeDoc