This design is used as a mixin by various designs, like PENumericTextBox, that control the appearance and behavior within the parameter editor dialog of a specific parameter in an Intent part instance.
Name | Type | Description |
---|---|---|
TargetRuleName | name | Required parameter specifying the rule for which this editor is used. |
DisplayName | string | Name shown in the parameter editor dialog for this rule. Default is TargetRuleName value. |
Category | string | Category of the rule in parameter editor dialog. Default is NoValue. |
PromptText | string | Prompt text displayed when the rule is edited. Default is "". |
FormulaModeAllowed? | boolean | Controls if the rule can be edited in formula mode. Default is True. |
ReadOnly? | boolean | Controls if the rule can be edited. Default is False. |