Last date modified: 2025-Jul-02

Interface: IFilterOption

Object used to display Filter Options in the UI

Properties

active

active: boolean

Whether filter is active or not


filterType

readonlyfilterType: FilterType

The type of filter


id

readonlyid: string

Unique Identifier for the option


locked

locked: boolean

Whether filter is locked or not


messageCount

readonlymessageCount: number

Count of messages associated with this option


option

readonlyoption: string

Display value of the option

Methods

deepCopy()

deepCopy(): IFilterOption

Return a deep copy the filter option

Returns

IFilterOption

Feedback