LayoutItem

@Serializable
data class LayoutItem(val name: String, val kind: ProductInfo.LayoutItemKind, val classPath: List<String> = mutableListOf()) : Serializable

Constructors

Link copied to clipboard
constructor(name: String, kind: ProductInfo.LayoutItemKind, classPath: List<String> = mutableListOf())

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard