Binder<T>: ((this: void, binding: Binding<T>) => void)

Type Parameters

  • T extends object

    A type of component.

Type declaration

    • (this: void, binding: Binding<T>): void
    • A binder of component to element.

      Controls component construction and binding to element.

      Parameters

      Returns void

Generated using TypeDoc