Skip to main content

Class: Sort

actions/Sort.Sort

Hierarchy

Constructors

constructor

new Sort(graph)

Parameters

NameType
graphGraph

Inherited from

SortBase.constructor

Defined in

actions/Sort.ts:7

Properties

collator

Private collator: Collator

Defined in

actions/Sort.ts:35

Methods

run

run(targets): Promise<ActionReturnValue>

Parameters

NameType
targetsTarget[][]

Returns

Promise<ActionReturnValue>

Inherited from

SortBase.run

Defined in

actions/Sort.ts:13


sortTexts

Protected sortTexts(texts): string[]

Parameters

NameType
textsstring[]

Returns

string[]

Overrides

SortBase.sortTexts

Defined in

actions/Sort.ts:40