Interface IFieldConditionOption

The IFieldConditionOption is a component option expressing a field-based condition that must be satisfied.

Index

Properties

field

field: string

The name of the field on which the condition is based (e.g., author).

Optional reverseCondition

reverseCondition: boolean

Whether the condition should disallow the specified values rather than allowing them.

values

values: string[]

The field values allowed (or disallowed) by the condition (e.g., ["Alice Smith", "Bob Jones"]).

Hierarchy

  • IFieldConditionOption