We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3adf7c3 commit bc78dc2Copy full SHA for bc78dc2
etc/plugin-config-ui-lib.api.md
@@ -1024,6 +1024,7 @@ export { useFormContext }
1024
export function useFormInit(pluginUiMessageHandler: PluginUiMessageHandler): {
1025
initialized: boolean;
1026
initialValues: FormMessagePayload['init']['initialValues'] | undefined;
1027
+ pluginVersion: FormMessagePayload['init']['pluginVersion'];
1028
teamName: string;
1029
context: FormMessagePayload['init']['context'] | undefined;
1030
isManagedDestination: boolean;
0 commit comments