Forest Admin - API reference
    Preparing search index...

    Hierarchy (View Summary)

    Index

    Constructors

    • Parameters

      • field: string
      • operator:
            | "Equal"
            | "NotEqual"
            | "LessThan"
            | "GreaterThan"
            | "LessThanOrEqual"
            | "GreaterThanOrEqual"
            | "Match"
            | "NotContains"
            | "NotIContains"
            | "LongerThan"
            | "ShorterThan"
            | "IncludesAll"
            | "IncludesNone"
            | "Today"
            | "Yesterday"
            | "PreviousMonth"
            | "PreviousQuarter"
            | "PreviousWeek"
            | "PreviousYear"
            | "PreviousMonthToDate"
            | "PreviousQuarterToDate"
            | "PreviousWeekToDate"
            | "PreviousXDaysToDate"
            | "PreviousXDays"
            | "PreviousYearToDate"
            | "Present"
            | "Blank"
            | "Missing"
            | "In"
            | "NotIn"
            | "StartsWith"
            | "EndsWith"
            | "Contains"
            | "IStartsWith"
            | "IEndsWith"
            | "IContains"
            | "Like"
            | "ILike"
            | "Before"
            | "After"
            | "AfterXHoursAgo"
            | "BeforeXHoursAgo"
            | "Future"
            | "Past"
      • Optionalvalue: unknown

      Returns ConditionTreeLeaf

    Properties

    field: string
    operator:
        | "Equal"
        | "NotEqual"
        | "LessThan"
        | "GreaterThan"
        | "LessThanOrEqual"
        | "GreaterThanOrEqual"
        | "Match"
        | "NotContains"
        | "NotIContains"
        | "LongerThan"
        | "ShorterThan"
        | "IncludesAll"
        | "IncludesNone"
        | "Today"
        | "Yesterday"
        | "PreviousMonth"
        | "PreviousQuarter"
        | "PreviousWeek"
        | "PreviousYear"
        | "PreviousMonthToDate"
        | "PreviousQuarterToDate"
        | "PreviousWeekToDate"
        | "PreviousXDaysToDate"
        | "PreviousXDays"
        | "PreviousYearToDate"
        | "Present"
        | "Blank"
        | "Missing"
        | "In"
        | "NotIn"
        | "StartsWith"
        | "EndsWith"
        | "Contains"
        | "IStartsWith"
        | "IEndsWith"
        | "IContains"
        | "Like"
        | "ILike"
        | "Before"
        | "After"
        | "AfterXHoursAgo"
        | "BeforeXHoursAgo"
        | "Future"
        | "Past"
    value?: unknown

    Accessors

    Methods