How to add your knowledge

Numeric Text Box <PENumericTextBox>

    Table of contents
    1. 1. Synopsis
    2. 2. Mixins
    3. 3. Parameters

    Synopsis

    This controls the appearance and behavior within the parameter editor dialog, of a specific Number or Integer parameter in an Intent part instance.

    Must be a child of a PartEditorConfiguration instance which is a child of the part instance whose rule is being edited.

    Mixins

    PEBase

    Parameters

    Name Type Description
    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. Default is TargetRuleName value. (From PEBase)
    Category string Category of the rule in parameter editor dialog. Default is NoValue. (From PEBase)
    PromptText string Prompt text displayed when the rule is edited. Default is "". (From PEBase)
    FormulaModeAllowed? boolean Controls if the rule can be edited in formula mode. Default is True. (From PEBase)
    ReadOnly? boolean Controls if the rule can be edited. Default is False. (From PEBase)
    MinValue number Minimum acceptable value if not NoValue (default).
    MaxValue number Maximum acceptable value if not NoValue (default).
    IntegerOnly? boolean If True, only integer values are allowed, if False both integer and number inputs are accepted.