i2 Notebook SDK
Search results for

    Show/hide table of contents

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

    schema.IPossibleValue interface

    A possible value for a property whose property type has a string-based logical type.

    Signature:

    interface IPossibleValue 
    

    Introduced: version 1.0

    Properties

    Property Modifiers Type Description
    description? readonly string (Optional) Gets a description of the possible value.
    displayValue readonly string Gets the possible value in a form that is suitable for display.
    value readonly string Gets the possible value.
    In this article
    Back to top © N. Harris Computer Corporation