Class: Sort
actions/Sort.Sort
Hierarchy
↳
Sort
Constructors
constructor
• new Sort(graph
)
Parameters
Name | Type |
---|---|
graph | Graph |
Inherited from
Defined in
Properties
collator
• Private
collator: Collator
Defined in
Methods
run
▸ run(targets
): Promise
<ActionReturnValue
>
Parameters
Name | Type |
---|---|
targets | Target [][] |
Returns
Promise
<ActionReturnValue
>
Inherited from
Defined in
sortTexts
▸ Protected
sortTexts(texts
): string
[]
Parameters
Name | Type |
---|---|
texts | string [] |
Returns
string
[]