Customizing Cloudify Console
Get the latest docs.
You are looking at documentation for an older release. Not what you want? Use the version selector on the top banner or click here.
Creating Custom Widgets
Cloudify enables you to create your own widgets to help you to orchestrate your applications in the Cloud. Widget Development Methods Widgets can be written using two different methods: Using the React utility is the recommended method, and it requires a build operation. You must use the build system described in Widget building section. Plain JavaScript that enables attachment of an HTML template file. The callbacks for this method are described later in this topic.
Widget Components API Reference