@prismatic-io/spectral 5.0.0-rc.4 → 5.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -9,8 +9,8 @@ interface DisplayDefinition {
|
|
|
9
9
|
description: string;
|
|
10
10
|
}
|
|
11
11
|
interface ExtraDisplayDefinitionFields {
|
|
12
|
-
/** Path to icon to use for this Component. Path should be relative to component
|
|
13
|
-
iconPath
|
|
12
|
+
/** Path to icon to use for this Component. Path should be relative to the built component source. */
|
|
13
|
+
iconPath: string;
|
|
14
14
|
/** Category of the Component. */
|
|
15
15
|
category?: string;
|
|
16
16
|
}
|