Saxonberg Server API
    Preparing search index...

    Opts for run(). Both fields optional. Separated from positional arguments so the call site reads naturally and adding more options later is non-breaking.

    interface RunFrameOpts {
        kind?: FrameKind;
        metadata?: Record<string, unknown>;
    }
    Index

    Properties

    Properties

    kind?: FrameKind
    metadata?: Record<string, unknown>