@infomaximum/widget-sdk 4.0.0-beta23 → 4.0.0-beta24
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/index.d.ts +1 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -844,6 +844,7 @@ interface IActionOpenView extends IActionCommon {
|
|
|
844
844
|
viewType: EViewType;
|
|
845
845
|
drawerPlacement: EDrawerPlacement;
|
|
846
846
|
placeholderName: string;
|
|
847
|
+
inputs: IActionScriptField[];
|
|
847
848
|
isOpenInCurrentWindow?: boolean;
|
|
848
849
|
}
|
|
849
850
|
type TActionsOnClick = IActionGoToUrl | IActionRunScript | IActionUpdateVariable | IActionOpenView;
|