This controls the appearance and behavior within the parameter editor dialog, of a specific string parameter in an Intent part instance. The parameter is edited through a customizable multiline text box.
Must be a child of a PartEditorConfiguration instance which is a child of the part instance whose rule is being edited.
| Name | Type | Description |
|---|---|---|
| TrueString | string | String literal for the choice that will set the parameter value to true . Default value is "True" . |
| FalseString | string | String literal for the choice that will set the parameter value to false . Default value is "False" . |
| TargetRuleName | name | Required parameter specifying the rule for which this editor is used. (From PEBase) |
| DisplayName | string | Name shown in the parameter editor dialog for this rule . (From PEBase) |
| Category | string | Category of the rule in parameter editor dialog. (From PEBase) |
| PromptText | string | Prompt text displayed when the rule is edited. (From PEBase) |
| FormulaModeAllowed? | boolean | Controls if the rule can be edited in formula mode. (From PEBase) |
| ReadOnly? | boolean | Controls if the rule can be edited. (From PEBase) |
| AcceptsTab? | boolean | Controls if Tab key can be typed (Default is true ). |
| AcceptsReturn? | boolean | Controls if Enter key can be typed (Default is true ). |
| WordWrap? | boolean | Controls if text will flow to the next line if it extends beyond the right edge of the text box (Default is true ). |