i2 Connect SDK
Search results for

    Show/hide table of contents

    Home > @i2analyze/i2connect > spi > FormConfigCondition

    spi.FormConfigCondition type

    A condition in a form.

    Signature:

    export type FormConfigCondition = {
        id: string;
        label: string;
        description?: string;
        mandatory?: boolean;
        logicalType: FormLogicalType;
        defaultValue?: any;
        minValue?: number;
        maxValue?: number;
        maxStringLength?: MaxStringLength;
        extraStringValidation?: ExtraStringValidation;
        possibleValues?: Array<PossibleConditionValue>;
      };
    

    References: FormLogicalType, MaxStringLength, ExtraStringValidation, PossibleConditionValue

    In this article
    Back to top © N. Harris Computer Corporation