Member Junction
    Preparing search index...

    Result of a hierarchy registration operation

    interface HierarchyRegistrationResult {
        errors: ComponentRegistrationError[];
        registeredComponents: string[];
        resolvedSpec?: ComponentSpec;
        success: boolean;
        warnings: string[];
    }
    Index

    Properties

    registeredComponents: string[]
    resolvedSpec?: ComponentSpec

    The fully resolved component specification with all dependencies and libraries

    success: boolean
    warnings: string[]