i2 Notebook SDK
Search results for

    Show/hide table of contents

    Home > @i2analyze/notebook-sdk > schema > IStringLimitedValueType

    schema.IStringLimitedValueType interface

    A type that represents the constraints on a string value in a source reference.

    Signature:

    interface IStringLimitedValueType 
    

    Introduced: version 1.0

    Properties

    Property Modifiers Type Description
    isMandatory? readonly boolean (Optional) Indicates whether the value is mandatory.
    maxStringLength readonly data.ICharLimit Gets the maximum number of characters that the string can contain.
    In this article
    • schema.IStringLimitedValueType interface
    • Properties
    Back to top © N. Harris Computer Corporation