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.