i2 Connect SDK
Search results for

    Show/hide table of contents

    Home > @i2analyze/i2connect > utility > FormConditionLogicalTypeValueMap

    utility.FormConditionLogicalTypeValueMap type

    A map of logical type to value types, when providing a default value for a form condition.

    Signature:

    type FormConditionLogicalTypeValueMap = {
            singleLineString: string;
            multipleLineString: string;
            suggestedFromList: string;
            selectedFromList: string;
            date: data.ILocalDate;
            time: data.ILocalTime;
            decimal: data.IDecimal;
            integer: number;
            double: number;
            boolean: boolean;
            dateAndTime: data.IZonedDateTime;
            geospatial: data.IGeoPoint;
            geospatialArea: data.IGeoJsonFeatureCollection;
        };
    

    References: data.ILocalDate, data.ILocalTime, data.IDecimal, data.IZonedDateTime, data.IGeoPoint, data.IGeoJsonFeatureCollection

    Introduced: API version 2.0

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