@bridgeline-digital/hawksearch-handlebars-ui
    Preparing search index...

    Function exclude

    • This function is used to prevent Handlebars from attempting to bind a data model to a nested control containing a custom template.

      <hawksearch-results>
      {{{{exclude}}}}
      <hawksearch-pagination>
      {{#if displayFirstLink}}
      <a hawksearch-page="1">First</a>
      {{/if}}
      {{#if displayLastLink}}
      <a hawksearch-page="{{totalPages}}">Last</a>
      {{/if}}
      </hawksearch-pagination>
      {{{{/exclude}}}}
      </hawksearch-results>

      Parameters

      • options: any

        Automatically added by Handlebars

      Returns any

      The preserved Handlebars template without binding it to the parent component data object