@camunda8/sdk
    Preparing search index...

    Interface ClientOptions

    Options interface for client creation

    interface ClientOptions {
        cached?: boolean;
    }
    Index

    Properties

    Properties

    cached?: boolean

    Whether to cache the client instance. Overrides global default if specified.