Member Junction
    Preparing search index...

    Search result containing components and metadata

    interface ComponentSearchResult {
        components: ComponentSpec[];
        limit: number;
        offset: number;
        total: number;
    }
    Index

    Properties

    components: ComponentSpec[]

    Array of matching components

    limit: number

    Current limit

    offset: number

    Current offset

    total: number

    Total number of matches