Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FilterOptionValues

Represents a collection of filter options where each key corresponds to a tag name from the studio script.

Hierarchy

  • FilterOptionValues

Indexable

[key: string]: { items: FilterOptionItem[]; type: string }
  • items: FilterOptionItem[]

    Array of filter option items(visible in the dropdown)

  • type: string

    type of the filter option, "Filter" or "Append"

Generated using TypeDoc