chromatography
    Preparing search index...

    Interface AddSeriesOptions

    interface AddSeriesOptions {
        force?: boolean;
        meta?: Record<string, unknown>;
    }
    Index

    Properties

    Properties

    force?: boolean

    Force replacement of existing series. If false, trying to add an already existing series will throw an error.

    false

    meta?: Record<string, unknown>