Create Parameter Types#

This how-to explains how to build custom Plugin Param Types in Dioptra.

Prerequisites#

Parameter Type Creation Workflow#

Follow these steps to create and register a new parameter type. You can perform these actions via the Graphical User Interface (GUI) or programmatically using the Python Client.

Step 1: Create the Parameter Type#

Register a parameter type for use in dioptra.

In the Dioptra GUI, navigate to the Plugin Parameters tab. Click Create.

Enter a name, description, select a group for the type, enter a structure (see Parameter Type Structures) if applicable, then click Confirm.

See Also#

  • Parameter Types Explanation - Understand parameter types, structures, and their role in dioptra.

  • Parameter Types Reference - Reference page for parameter types.