Function bind

  • Bind elements marked with the [bind] attribute to the context provided

    Parameters

    • rootElement: Element | Document

      Root Element to query for bindable elements

    • rootContext: any

      Context for data and handlers

    Returns void