@theredhead — Frontend Library - v1.0.0
    Preparing search index...

    Interface SearchViewResultsContext<T>

    Context object provided to the projected #results template.

    interface SearchViewResultsContext<T> {
        $implicit: readonly T[];
    }

    Type Parameters

    • T

      The row object type.

    Index

    Properties

    Properties

    $implicit: readonly T[]

    The current slice of items (also available as let-items).