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';
};