mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2025-12-05 06:11:52 +00:00
Add documentation for PreviewableItem interface
This commit is contained in:
parent
ef4e5c8c6c
commit
324fea18bf
@ -1,5 +1,10 @@
|
|||||||
package org.jetbrains.plugins.template.weatherApp.model
|
package org.jetbrains.plugins.template.weatherApp.model
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Represents an item that can be previewed with a label.
|
||||||
|
*
|
||||||
|
* @property label A textual representation of the item, often used for display purposes.
|
||||||
|
*/
|
||||||
interface PreviewableItem {
|
interface PreviewableItem {
|
||||||
val label: String
|
val label: String
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue
Block a user