i2 Connect SDK
Search results for

    Show/hide table of contents

    Home > @i2analyze/i2connect > spi > FormConfigSection

    spi.FormConfigSection type

    A section in a form that is presented to users.

    Signature:

    export type FormConfigSection = {
        title?: string;
        conditions?: Array<FormConfigCondition>;
      };
    

    References: FormConfigCondition

    In this article
    Back to top © N. Harris Computer Corporation