AssistantPosition

public enum AssistantPosition : Int

Indicates the position of an assistant node in a tree.

  • left: The assistant node is aligned to the left.
  • right: The assistant node is aligned to the right.
  • Undocumented

    Declaration

    Swift

    case left = 1
  • Undocumented

    Declaration

    Swift

    case right = 2