Skip to main content

Interface: OtherContextCondition<Doc, F>

Type parameters

NameType
Docextends DocumentData = any
Fextends Paths<Doc> = Paths<Doc>

Hierarchy

  • SimpleCondition<Doc, F, Exclude<ContextOperator, "in" | "not in">>

    OtherContextCondition

Properties

fieldName

fieldName: F

Inherited from

SimpleCondition.fieldName


operator

operator: CompositeConditionOperator | "like" | "not like" | "like_cs" | "not like_cs"

Overrides

SimpleCondition.operator


value

value: any

Overrides

SimpleCondition.value