Skip to main content

Class: SortBase

actions/Sort.internal.SortBase

Hierarchy

Implements

Constructors

constructor

new SortBase(graph)

Parameters

NameType
graphGraph

Defined in

actions/Sort.ts:7

Methods

run

run(targets): Promise<ActionReturnValue>

Parameters

NameType
targetsTarget[][]

Returns

Promise<ActionReturnValue>

Implementation of

Action.run

Defined in

actions/Sort.ts:13


sortTexts

Protected Abstract sortTexts(texts): string[]

Parameters

NameType
textsstring[]

Returns

string[]

Defined in

actions/Sort.ts:11