Layout Item
@Serializable
Represents a layout item in the product structure.
Constructors
Link copied to clipboard
constructor(name: String, kind: ProductInfo.LayoutItemKind, classPath: List<String> = mutableListOf())
Represents a layout item in the product structure.