Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Filter

Hierarchy

  • Filter

Index

Properties

comparator

comparator: Comparator

id

id: UUID

property

property: ColumnID

type

Optional value

value: undefined | string

When type is "date", value exists only if value_type is "exact_date".

When type is "checkbox", value can only be "Yes" or "No".

When type is "person", value is the id of an user.

For all type, value may not exist if comparator is "is_empty" or "is_not_empty".

Optional value_type

value_type: FilterValueType

value_type exists when type is "date" or "person".

Generated using TypeDoc