You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/documentation-generation/docs-custom.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,8 +68,8 @@ The generated docs JSON data will in the type of `JsonDocs` which consists of ma
68
68
|`events`| Array of metadata objects for each usage of the [`@Event` decorator](../components/events.md#event-decorator) on the current component. |
69
69
|`listeners`| Array of metadata objects for each usage of the [`@Listen` decorator](../components/events.md#listen-decorator) on the current component. |
70
70
|`styles`| Array of objects documenting annotated [CSS variables](./docs-json.md#css-variables) used in the current component's CSS. |
71
-
|`slots`| Array of objects documenting [slots](./docs-json.md#slots-and-parts) which are tagged with `@slot` in the current component's JSDoc comment. |
72
-
|`parts`| Array of objects documenting [CSS Parts](./docs-json.md#slots-and-parts) which are derived from `@part` tags in the current component's JSDoc comment. |
71
+
|`slots`| Array of objects documenting [slots](./docs-json.md#slots-and-css-parts) which are tagged with `@slot` in the current component's JSDoc comment. |
72
+
|`parts`| Array of objects documenting [CSS Parts](./docs-json.md#slots-and-css-parts) which are derived from `@part` tags in the current component's JSDoc comment. |
73
73
|`dependents`| Array of components where current component is used |
74
74
|`dependencies`| Array of components which is used in current component |
75
75
|`dependencyGraph`| Describes a tree of components coupling |
Copy file name to clipboardExpand all lines: versioned_docs/version-v4.42/documentation-generation/docs-custom.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,8 +68,8 @@ The generated docs JSON data will in the type of `JsonDocs` which consists of ma
68
68
|`events`| Array of metadata objects for each usage of the [`@Event` decorator](../components/events.md#event-decorator) on the current component. |
69
69
|`listeners`| Array of metadata objects for each usage of the [`@Listen` decorator](../components/events.md#listen-decorator) on the current component. |
70
70
|`styles`| Array of objects documenting annotated [CSS variables](./docs-json.md#css-variables) used in the current component's CSS. |
71
-
|`slots`| Array of objects documenting [slots](./docs-json.md#slots-and-parts) which are tagged with `@slot` in the current component's JSDoc comment. |
72
-
|`parts`| Array of objects documenting [CSS Parts](./docs-json.md#slots-and-parts) which are derived from `@part` tags in the current component's JSDoc comment. |
71
+
|`slots`| Array of objects documenting [slots](./docs-json.md#slots-and-css-parts) which are tagged with `@slot` in the current component's JSDoc comment. |
72
+
|`parts`| Array of objects documenting [CSS Parts](./docs-json.md#slots-and-css-parts) which are derived from `@part` tags in the current component's JSDoc comment. |
73
73
|`dependents`| Array of components where current component is used |
74
74
|`dependencies`| Array of components which is used in current component |
75
75
|`dependencyGraph`| Describes a tree of components coupling |
0 commit comments