@karmaniverous/jeeves
    Preparing search index...

    Interface ComponentWriterOptions

    Options for ComponentWriter construction.

    interface ComponentWriterOptions {
        gatewayUrl?: string;
    }
    Index

    Properties

    Properties

    gatewayUrl?: string

    Gateway URL for cleanup escalation (e.g., 'http://localhost:3000'). When provided, the writer will attempt to spawn a cleanup session via the gateway when orphaned content is detected. When omitted, cleanup escalation is silently skipped.