Class: SortBase
actions/Sort.internal.SortBase
Hierarchy
Implements
Constructors
constructor
• new SortBase(graph
)
Parameters
Name | Type |
---|---|
graph | Graph |
Defined in
actions/Sort.ts:7
Methods
run
▸ run(targets
): Promise
<ActionReturnValue
>
Parameters
Name | Type |
---|---|
targets | Target [][] |
Returns
Promise
<ActionReturnValue
>
Implementation of
Defined in
actions/Sort.ts:13
sortTexts
▸ Protected
Abstract
sortTexts(texts
): string
[]
Parameters
Name | Type |
---|---|
texts | string [] |
Returns
string
[]
Defined in
actions/Sort.ts:11