The Candid Startup
    Preparing search index...
    GridItemKey: (rowIndex: number, columnIndex: number, data: unknown) => React.Key

    Function that defines the key to use for each item given row and column index and value of DisplayBaseProps.itemData.

    Type Declaration

      • (rowIndex: number, columnIndex: number, data: unknown): React.Key
      • Parameters

        • rowIndex: number
        • columnIndex: number
        • data: unknown

        Returns React.Key