i2 Connect SDK
Search results for

    Show/hide table of contents

    Home > @i2analyze/i2connect > spi > FormConfig

    spi.FormConfig type

    A form that is presented to users in the client.

    Signature:

    export type FormConfig = {
        mandatory?: boolean;
        sections: Array<FormConfigSection>;
      };
    

    References: FormConfigSection

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