NodeType

public enum NodeType : Int

Node type for FUITimelineMarkerCell.

  • For before start type.

    Declaration

    Swift

    case beforeStart
  • For start type.

    Declaration

    Swift

    case start
  • For before end type.

    Declaration

    Swift

    case beforeEnd
  • end

    For end type.

    Declaration

    Swift

    case end
  • For default type.

    Declaration

    Swift

    case `default`