ParameterValue
Extends:
react~Component → ParameterValue
ParameterValue is a component which shows parameters (e.g. deployment/blueprint inputs, outputs, runtime properties, ...) in nice user-friendly formatted manner with copy to clipboard button.
Access
Stage.Basic.ParameterValue
Usage
<ParameterValue value={value} />
ParameterValue for JSON
ParameterValue for string
Static Member Summary
Static Public Members | ||
public static |
propTypes: * propTypes |
Static Public Members
public static propTypes: * source
propTypes
Properties:
Name | Type | Attribute | Description |
value | any |
|
parameter value (original type) |
showCopyButton | bool |
|
if set to true, then CopyToClipboardButton will be shown |