toggle menu
IntelliJPlatformGradlePlugin
2.0.0
jvm
switch theme
search in API
IntelliJPlatformGradlePlugin
/
org.jetbrains.intellij.platform.gradle.models
/
ProductInfo
/
LayoutItem
Layout
Item
@
Serializable
data
class
LayoutItem
(
val
name
:
String
,
val
kind
:
ProductInfo.LayoutItemKind
,
val
classPath
:
List
<
String
>
=
mutableListOf()
)
:
Serializable
Members
Constructors
Layout
Item
Link copied to clipboard
constructor
(
name
:
String
,
kind
:
ProductInfo.LayoutItemKind
,
classPath
:
List
<
String
>
=
mutableListOf()
)
Properties
class
Path
Link copied to clipboard
val
classPath
:
List
<
String
>
kind
Link copied to clipboard
val
kind
:
ProductInfo.LayoutItemKind
name
Link copied to clipboard
val
name
:
String