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

@mendix/pluggable-widgets-api

Package Overview
Dependencies
Maintainers
52
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mendix/pluggable-widgets-api

Mendix pluggable widgets API

  • 0.1.0
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
3
decreased by-25%
Maintainers
52
Weekly downloads
 
Created
Source

Mendix Pluggable Widgets typescript API

This package contains type definitions for Mendix API for pluggable widgets.

Installation

npm install @mendix/pluggable-widgets-api

Available types and components

import {
    ActionValue,
    EditableValue
    DynamicValue,
    ImageValue,
    NativeIcon,
    NativeImage,
    PluginWidgetProp,
    PluginWidgetProps,
    PrimitiveValue,
    ValueStatus,
    WebIcon,
    WebImage
} from "@mendix/pluggable-widgets-api/properties";

import {
    Icon,
    IconProps
} from "@mendix/pluggable-widgets-api/components/web/Icon";

import {
    Icon,
    IconProps
} from "@mendix/pluggable-widgets-api/components/native/Icon";

These files are the only recommended entry points. Do not import from other files.

FAQs

Package last updated on 25 Apr 2019

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc