Last date modified: 2026-Sep-09

Interface: IFilterGroup

Object used to display Filter Groups in the UI

Properties

filterType

readonlyfilterType: FilterType

The type of filter


groupName

readonlygroupName: string

The display name of the group


isDate

readonlyisDate: boolean

Whether filter is a date


isDateTime

readonlyisDateTime: boolean

Whether filter is a date time


isTime

readonlyisTime: boolean

Whether filter is a time


order

readonlyorder: number

The order the sets will be rendered

Methods

deepCopy()

deepCopy(): IFilterGroup

Return a deep copy of the filter group

Returns

IFilterGroup

Feedback