Ordering

public enum Ordering : String, Encodable

Determines whether the figure’s layout or traces smoothly transitions during updates that make both traces and layout change.

  • Undocumented

    Declaration

    Swift

    case layoutFirst = "layout first"
  • Undocumented

    Declaration

    Swift

    case tracesFirst = "traces first"