FUIGridRowItem

public protocol FUIGridRowItem : AnyObject

A protocol defines style of a FUIGridRowItem.

  • Returns the FUIGridRowItemStyle enum value for the item.

    Declaration

    Swift

    var type: FUIGridRowItemType { get }