Skip to main content
Version: Next

FileInfoComponent

Hierarchy

  • unknown<{ HDUOptions?: { HDUList: OptionProps[]; handleSelectedHDUChange: (hdu: string) => void }; catalogFileInfo: CARTA.ICatalogFileInfo; catalogHeaderTable?: SimpleTableComponentProps; errorMessage: string; fileInfoExtended: CARTA.IFileInfoExtended; handleTabChange: (tab: TabId) => void; infoTypes: FileInfoType[]; isLoading: boolean; regionFileInfo: string; selectedFile?: CARTA.IFileInfo | CARTA.ICatalogFileInfo; selectedTab: TabId }>
    • FileInfoComponent

Index

Constructors

constructor

  • Parameters

    • props: any

    Returns FileInfoComponent

Properties

isMouseEntered

isMouseEntered: boolean = false

matchedIter

matchedIter: number = 0

searchString

searchString: string = ""

Methods

addMatchedIter

  • addMatchedIter(): void
  • Returns void

addMatchedTotal

  • addMatchedTotal(inputNum: number): void
  • Parameters

    • inputNum: number

    Returns void

initMatchedIter

  • initMatchedIter(): void
  • Returns void

minusMatchedIter

  • minusMatchedIter(): void
  • Returns void

onMouseEnter

  • onMouseEnter(): void
  • Returns void

onMouseLeave

  • onMouseLeave(): void
  • Returns void

render

  • render(): any
  • Returns any

resetMatchedIter

  • resetMatchedIter(): void
  • Returns void

resetSearchString

  • resetSearchString(): void
  • Returns void

setSearchString

  • setSearchString(inputSearchString: string): void
  • Parameters

    • inputSearchString: string

    Returns void