i2 Connect SDK
Search results for

    Show/hide table of contents

    Home > @i2analyze/i2connect > spi > FormLogicalType

    spi.FormLogicalType type

    The logical type of a value that can be used in a form condition.

    Signature:

    export type FormLogicalType =
        | 'SINGLE_LINE_STRING'
        | 'MULTIPLE_LINE_STRING'
        | 'DATE'
        | 'TIME'
        | 'DATE_AND_TIME'
        | 'BOOLEAN'
        | 'INTEGER'
        | 'DOUBLE'
        | 'DECIMAL'
        | 'SELECTED_FROM'
        | 'SUGGESTED_FROM'
        | 'GEOSPATIAL'
        | 'GEOSPATIAL_AREA';
    
    In this article
    Back to top © N. Harris Computer Corporation