-
Notifications
You must be signed in to change notification settings - Fork 178
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: Add documentation for registerPluginSettings
this patch adds docs for registerPluginSettings and its related types. Signed-off-by: yolossn <[email protected]>
- Loading branch information
Showing
3 changed files
with
79 additions
and
0 deletions.
There are no files selected for viewing
18 changes: 18 additions & 0 deletions
18
docs/development/api/interfaces/plugin_registry.PluginSettingsDetailsProps.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
--- | ||
title: "Interface: PluginSettingsDetailsProps" | ||
linkTitle: "PluginSettingsDetailsProps" | ||
slug: "plugin_registry.PluginSettingsDetailsProps" | ||
--- | ||
|
||
[plugin/registry](../modules/plugin_registry.md).PluginSettingsDetailsProps | ||
|
||
## Properties | ||
|
||
### onDataChange | ||
|
||
• `Optional` **onDataChange**: (`data`: { [`key`: `string`]: `any` }) => `void` | ||
• `readonly` **data**: { [`key`: `string`]: `any` } | ||
|
||
#### Defined in | ||
[plugin/pluginsSlice.ts](https://github.com/headlamp-k8s/headlamp/blob/main/frontend/src/plugin/pluginsSlice.ts#L7) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters