Member Junction
    Preparing search index...

    Response from GetRegistryComponent with hash and caching metadata

    interface ComponentSpecWithHash {
        hash: string;
        message?: string;
        notModified: boolean;
        specification?: string | ComponentSpec;
    }
    Index

    Properties

    hash: string

    SHA-256 hash of the specification

    message?: string

    Optional message from server

    notModified: boolean

    Indicates if the component was not modified (304 response)

    specification?: string | ComponentSpec

    The component specification (undefined if not modified)