sorted-array

@afoot/sorted-array / Exports / SortedArrayConfig

Interface: SortedArrayConfig

Config object used when instantiating a new instance. Passed into SortedArrayParams

Table of contents

Properties

Properties

data

Optional data: DataSet

Initialized data

Defined in

index.ts:31


sortCallback

Optional sortCallback: SortCallback

Sort method. Overrides SortedArray.#fnSortDefault

Defined in

index.ts:29