New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@jeltemx/mendix-react-widget-utils

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

@jeltemx/mendix-react-widget-utils

Mendix Widget utils to make widget development a little easier

0.9.0
unpublished
latest
Source
npm
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

MIT license npm version Dependencies DevDependencies GitHub issues

Mendix (React) Widget Utils

Makes building widgets a little easier by providing a couple of convenient methods & helper functions. This is tied to Typescript development of widgets. All methods & classes have been properly described, so your code editor (VSCode preferred) should give you code completion, type checking and proper comments.

Usage

import { createObject } from "@jeltemx/mendix-react-widget-utils";

const mendixObject = await createObject("MyFirstModule.Entity");

Documentation

Documentation can be found here

License

MIT

Keywords

mendix

FAQs

Package last updated on 05 May 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts