Interface IEngineRankingOptions

Hierarchy

  • IEngineRankingOptions

Properties

animation: boolean
customRowUpdate: ((row: HTMLElement, rowIndex: number) => void)

Type declaration

    • (row: HTMLElement, rowIndex: number): void
    • Parameters

      • row: HTMLElement
      • rowIndex: number

      Returns void

levelOfDetail: ((rowIndex: number) => "high" | "low")

Type declaration

    • (rowIndex: number): "high" | "low"
    • Parameters

      • rowIndex: number

      Returns "high" | "low"