Home > @activeviam/activeui-sdk > OverlayCustomizableParameter
OverlayCustomizableParameter interface
Signature:
export interface OverlayCustomizableParameter
Properties
| Property | Type | Description |
|---|---|---|
| caption | ReactTranslationPayload | The caption to display next to the UI control. |
| max | number | |
| min | number | |
| name | string | The name of the parameter, that will be written in the plugin parameters. |
| options | {} | |
| type | string | The type of UI control. |
| value | string | number | The default value to use for the UI control. |