• 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.

    Parameters

    • sortFunction: SortingFunction<Element>

    Returns {
        sorted: SortingFunction<Element>;
    }

    • sorted: SortingFunction<Element>

Generated using TypeDoc