Options
All
  • Public
  • Public/Protected
  • All
Menu

ToolSelect Props

Hierarchy

  • ToolSelectProps

Index

Properties

selectedTool

selectedTool: string

Currently selected tool

setSelectedTool

setSelectedTool: (selectedTool: string) => void

Callback fired when a tool is selected from the dropdown

Type declaration

    • (selectedTool: string): void
    • Parameters

      • selectedTool: string

      Returns void

setToolsList

setToolsList: (toolsList: string[]) => void

Set the list of tools available for selection in the dropdown

Type declaration

    • (toolsList: string[]): void
    • Parameters

      • toolsList: string[]

      Returns void

toolsList

toolsList: string[]

List of tools available for selection in dropdown

Generated using TypeDoc