Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CompanyFilterButtonUIProps

notexported

Hierarchy

Index

Properties

onChange?: ChangeHandler<{ __typename?: "Company"; id: string; commonName: string; instruments: { __typename?: "Instrument"; id: string; isPrimary: boolean; quotes: { __typename?: "Quote"; id: string; isPrimary: boolean; localTicker: string; exchange: { __typename?: "Exchange"; id: string; shortName: string; country: { __typename?: "Country"; id: string; countryCode: string } } }[] }[] }, SyntheticEvent<Element, Event>>
value?: { __typename?: "Company"; id: string; commonName: string; instruments: { __typename?: "Instrument"; id: string; isPrimary: boolean; quotes: { __typename?: "Quote"; id: string; isPrimary: boolean; localTicker: string; exchange: { __typename?: "Exchange"; id: string; shortName: string; country: { __typename?: "Country"; id: string; countryCode: string } } }[] }[] }

Type declaration

  • Optional __typename?: "Company"
  • id: string
  • commonName: string
  • instruments: { __typename?: "Instrument"; id: string; isPrimary: boolean; quotes: { __typename?: "Quote"; id: string; isPrimary: boolean; localTicker: string; exchange: { __typename?: "Exchange"; id: string; shortName: string; country: { __typename?: "Country"; id: string; countryCode: string } } }[] }[]
onChangeSearchTerm: ChangeHandler<string, SyntheticEvent<Element, Event>>
searchTerm: string
selectedIndex: number
setState: Dispatch<SetStateAction<SearchTerm>>

Methods

  • hideTooltip(event?: MouseEvent<Element, MouseEvent>): void
  • selectIndex(index: number): void

Generated using TypeDoc