<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@datashaper/react](./react.md) &gt; [DisplayOrder](./react.displayorder.md)

## DisplayOrder enum

The vertical display ordering for workflow steps.

<b>Signature:</b>

```typescript
export declare enum DisplayOrder 
```

## Enumeration Members

|  Member | Value | Description |
|  --- | --- | --- |
|  FirstOnTop | <code>&quot;first-on-top&quot;</code> | Render the first step on the top of the view |
|  LastOnTop | <code>&quot;last-on-top&quot;</code> | Render the last step on top of the view |

