@timlassiter11/yatl
    Preparing search index...

    Type Alias RowPartsCallback<T>

    RowPartsCallback: (row: T) => string | string[] | undefined

    Callback for conditionally adding classes to a row

    Type Parameters

    Type Declaration

      • (row: T): string | string[] | undefined
      • Parameters

        • row: T

          The row data.

        Returns string | string[] | undefined

        the part string or list of part strings that should be added to this row.