@integry/sdk 4.7.50 → 4.7.52
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.
package/dist/umd/index.umd.d.ts
CHANGED
|
@@ -258,6 +258,8 @@ type ShowFunctionOptions = {
|
|
|
258
258
|
value: any;
|
|
259
259
|
}) => void;
|
|
260
260
|
hideSubmitButton?: boolean; // Optional prop to hide the submit button
|
|
261
|
+
hideFunctionTitle?: boolean; // Optional prop to hide the function title header
|
|
262
|
+
hiddenFields?: string[]; // Field machine names that should be hidden by default
|
|
261
263
|
};
|
|
262
264
|
type RenderAppAuthrozationsOptions = {
|
|
263
265
|
containerId: string;
|