common-spectrum
    Preparing search index...

    Interface AnalysisOptions

    interface AnalysisOptions {
        id?: string;
        label?: string;
        spectrumCallback?: SpectrumCallback;
    }
    Index

    Properties

    id?: string

    Unique identifier for the analysis. If not provided, a random id is generated.

    label?: string

    Human-readable label. Defaults to the id.

    spectrumCallback?: SpectrumCallback

    A callback to apply on variables when creating a spectrum.