i2 Connect SDK
Search results for

    Show/hide table of contents

    Home > @i2analyze/i2connect > spi > ClientConfig

    spi.ClientConfig type

    An indication of how a client should interact with the service.

    Signature:

    export type ClientConfig = {
        config: FormConfig | VisualQueryConfig | unknown;
        id: string;
        type: ClientConfigType;
      };
    

    References: FormConfig, VisualQueryConfig, ClientConfigType

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