@samply/lens
    Preparing search index...

    Type Alias LensOptions

    type LensOptions = {
        backends?: BackendOptions;
        catalogueKeyToResponseKeyMap?: [string, string][];
        chartOptions?: ChartOptions;
        iconOptions?: IconUrls;
        language?: string;
        negotiateOptions?: NegotiateOptions;
        projectmanagerOptions?: ProjectManagerOptions;
        resultSummaryOptions?: ResultSummaryOptions;
        siteMappings?: { [key: string]: string };
        tableOptions?: TableOptions;
        texts?: Texts;
    }
    Index

    Properties

    backends?: BackendOptions
    catalogueKeyToResponseKeyMap?: [string, string][]
    chartOptions?: ChartOptions
    iconOptions?: IconUrls

    Allows customizing icons by specifying image files

    language?: string

    Two letter language code of the application language

    negotiateOptions?: NegotiateOptions
    projectmanagerOptions?: ProjectManagerOptions
    resultSummaryOptions?: ResultSummaryOptions
    siteMappings?: { [key: string]: string }
    tableOptions?: TableOptions
    texts?: Texts

    Allows to customize texts and add new translations