Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IFilterable

Decorates embed components that support filters Examples include reports and pages

export
interface

IFilterable

Hierarchy

  • IFilterable

Implemented by

Index

Methods

getFilters

removeFilters

  • removeFilters(): Promise<IHttpPostMessageResponse<void>>
  • Removes all filters from the current object.

    Returns Promise<IHttpPostMessageResponse<void>>

setFilters

  • setFilters(filters: IFilter[]): Promise<IHttpPostMessageResponse<void>>
  • Replaces all filters on the current object with the specified filter values.

    Parameters

    Returns Promise<IHttpPostMessageResponse<void>>

updateFilters

  • Update the filters for the current instance according to the operation: Add, replace all, replace by target or remove.

    Parameters

    Returns Promise<IHttpPostMessageResponse<void>>

Generated using TypeDoc