Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Type Aliases

FilterFunction: ((value: string, query: string) => string)

Type declaration

    • (value: string, query: string): string
    • A filter function that takes a term and returns whether the search term matches the value.

      Parameters

      • value: string
      • query: string

      Returns string

FilterMatchMode: "startsWith" | "contains" | "endsWith" | "custom"

Available modes for filtering the options of the available buttons actions of a split button. When custom is set, a filterFunction must be specified.

Generated using TypeDoc