Stone.js API
    Preparing search index...

    Head script descriptor.

    interface HTMLScriptDescriptor {
        async?: boolean;
        defer?: boolean;
        src: string;
        type?: string;
        [attr: string]: any;
    }

    Indexable

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