i2 Connect SDK
Search results for

    Show/hide table of contents

    Home > @i2analyze/i2connect > spi > PossibleConditionValue

    spi.PossibleConditionValue type

    A possible value for use by SELECTED_FROM and SUGGESTED_FROM conditions.

    Signature:

    export type PossibleConditionValue = {
        value: string;
        displayName?: string;
      };
    
    In this article
    Back to top © N. Harris Computer Corporation