Documentation
    Preparing search index...
    type Header = {
        css?: string;
        headerTag?: string;
        only_if?: (req: Req) => boolean | undefined;
        onlyFieldviews?: string[];
        onlyViews?: string[];
        script?: string;
    }
    Index

    Properties

    css?: string
    headerTag?: string
    only_if?: (req: Req) => boolean | undefined
    onlyFieldviews?: string[]
    onlyViews?: string[]
    script?: string