Stone.js API
    Preparing search index...

    Head link descriptor.

    interface HTMLLinkDescriptor {
        href: string;
        media?: string;
        rel: string;
        type?: string;
        [attr: string]: any;
    }

    Indexable

    • [attr: string]: any
    Index
    href: string
    media?: string
    rel: string
    type?: string