Member Junction
    Preparing search index...

    Parameters for getting a component

    interface GetComponentParams {
        hash?: string;
        name: string;
        namespace: string;
        registry: string;
        userEmail?: string;
        version?: string;
    }
    Index

    Properties

    hash?: string

    Optional hash for caching - if provided and matches current spec, returns 304

    name: string

    Component name

    namespace: string

    Component namespace

    registry: string

    Registry identifier

    userEmail?: string

    User email for tracking and analytics (optional)

    version?: string

    Component version (defaults to 'latest')