@twilio/flex-sdk
    Preparing search index...
    interface DevtoolsOptions {
        enabled?: boolean;
        name?: string;
    }
    Index

    Properties

    Properties

    enabled?: boolean

    If true, the Apollo Client Devtools browser extension can connect to this ApolloClient instance.

    The default value is false in production and true in development if there is a window object.

    name?: string

    Optional name for this ApolloClient instance in the devtools. This is useful when you instantiate multiple clients and want to be able to identify them by name.