SOrderSetType.d.ts 97 B

123456
  1. export declare enum SOrderSetType {
  2. Top = 0,
  3. Bottom = 1,
  4. After = 2,
  5. Before = 3
  6. }