SearchBarCommands: {
    blur: (() => void);
    cancelSearch: (() => void);
    clearText: (() => void);
    focus: (() => void);
    setText: ((text) => void);
    toggleCancelButton: ((show) => void);
}

Type declaration

  • blur: (() => void)
      • (): void
      • Returns void

  • cancelSearch: (() => void)
      • (): void
      • Returns void

  • clearText: (() => void)
      • (): void
      • Returns void

  • focus: (() => void)
      • (): void
      • Returns void

  • setText: ((text) => void)
      • (text): void
      • Parameters

        • text: string

        Returns void

  • toggleCancelButton: ((show) => void)
      • (show): void
      • Parameters

        • show: boolean

        Returns void