Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FilterChangedEvent

Hierarchy

Index

Properties

fieldName

fieldName: string
returns

The name of the field being filtered.

sheet

sheet: Sheet
returns

The sheet which was the source of this event.

worksheet

worksheet: Worksheet
returns

The worksheet which was the source of this event.

Methods

getFilterAsync

  • getFilterAsync(): Promise<Filter>
  • Returns Promise<Filter>

    The Filter object associated with the event.