Stone.js API
    Preparing search index...

    A meta descriptor: either a named (name) or property (property) meta with content. Structurally compatible with @stone-js/router's HTMLMetaDescriptor.

    interface MetaDescriptor {
        content: string;
        name?: string;
        property?: string;
        [attr: string]: unknown;
    }

    Indexable

    • [attr: string]: unknown
    Index
    content: string
    name?: string
    property?: string