ng-xtend API documentation
    Preparing search index...

    Class TestStoreCriteria<T>

    A test implementation of IStoreCriteria that filters entities by field comparison.

    Type Parameters

    • T = any

    Implements

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    name: keyof T

    The field name to filter on.

    operator: "=" | "<" | "<="

    The comparison operator (=, <=, <).

    value: any

    The value to compare against.

    Methods