NodeType

public enum NodeType : Int

Node type for FUITimelineCell.

  • For open type.

    Declaration

    Swift

    case open
  • For in progress type.

    Declaration

    Swift

    case inProgress
  • For completed type.

    Declaration

    Swift

    case complete