@theredhead — Frontend Library - v1.0.0
    Preparing search index...

    Function isReorderableDatasource

    • Check if a datasource supports reordering items.

      Type Parameters

      • T

        The item type (used for type narrowing).

      Parameters

      • datasource: unknown

        The datasource to check.

      Returns datasource is IReorderableDatasource<T>

      true if datasource implements IReorderableDatasource<T>; false otherwise.