Member Junction
    Preparing search index...

    Search result for registry components

    interface RegistryComponentSearchResult {
        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