• A strategy that will use a sorting function in order to find the position the component should be placed. This strategy assumes that the parent's children are already sorted.

    Type Parameters

    Parameters

    • sortFunction: SortingFunction<C>

    Returns {
        sorted(a: default<HTMLElement>, b: default<HTMLElement>): number;
    }

    • sorted:function
      • Parameters

        Returns number

Generated using TypeDoc