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

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

    Type Declaration

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

        • index: number
        • data: unknown

        Returns React.Key