i2 Connect SDK
Search results for

    Show/hide table of contents

    Home > @i2analyze/i2connect > spi > MaxStringLength

    spi.MaxStringLength type

    The maximum length of a string in a condition, expressed as a raw size with its units.

    Signature:

    export type MaxStringLength = {
        size: number;
        units?: 'utf16codeunits' | 'utf8bytes';
      };
    
    In this article
    Back to top © N. Harris Computer Corporation