i2 Connect SDK
Search results for

    Show/hide table of contents

    Home > @i2analyze/i2connect > services > ISelectedFromCondition

    services.ISelectedFromCondition interface

    A condition that prompts the user to select a value from a list.

    Signature:

    interface ISelectedFromCondition extends IConditionBase, IRequiresPossibleValues 
    

    Extends: IConditionBase, IRequiresPossibleValues

    Introduced: API version 1.0

    Properties

    Property Type Description
    defaultValue? string | RequestSpecificValue<string> (Optional) Gets the default value for the condition.
    description? string | RequestSpecificValue<string> (Optional) Gets a description of the condition, which might be displayed in the user interface. (Inherited from IConditionBase)
    hide? HidePredicate (Optional) Gets whether the condition should be hidden from the current user, based on information in the request. (Inherited from IConditionBase)
    isMandatory? boolean (Optional) Indicates whether the user must provide a value for the condition before they can use the service. (Inherited from IConditionBase)
    label string | RequestSpecificValue<string> Gets the label for the condition, which is displayed in the user interface. (Inherited from IConditionBase)
    logicalType 'selectedFromList' Gets the logical type of values that fulfill the condition.
    possibleValues schema.IPossibleValue[] | RequestSpecificValue<schema.IPossibleValue[]> Gets the possible values. (Inherited from IRequiresPossibleValues)
    In this article
    Back to top © N. Harris Computer Corporation