ng-xtend API documentation
    Preparing search index...

    Interface IStoreCriteria<T>

    Criteria for filtering store queries

    interface IStoreCriteria<T> {
        name: keyof T;
        operator: IStoreCriteriaOperator;
        value: any;
    }

    Type Parameters

    • T

    Implemented by

    Index

    Properties

    Properties

    name: keyof T

    The property name to filter on

    The comparison operator

    value: any

    The value to filter by