Stone.js API
    Preparing search index...

    A script descriptor. src for external scripts, or content for inline scripts (e.g. JSON-LD structured data with type: 'application/ld+json').

    interface ScriptDescriptor {
        async?: boolean;
        content?: string;
        defer?: boolean;
        src?: string;
        type?: string;
        [attr: string]: unknown;
    }

    Indexable

    • [attr: string]: unknown
    Index
    async?: boolean
    content?: string
    defer?: boolean
    src?: string
    type?: string