Member Junction
    Preparing search index...

    Parameters for getting a component from registry

    interface GetRegistryComponentParams {
        hash?: string;
        name: string;
        namespace: string;
        registryName: string;
        version?: string;
    }
    Index

    Properties

    hash?: string

    Optional hash for caching - if provided and matches, returns null

    name: string

    Component name

    namespace: string

    Component namespace

    registryName: string

    Registry name (globally unique)

    version?: string

    Component version (optional, defaults to 'latest')