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