Member Junction
    Preparing search index...

    Interface HierarchyRegistrationOptions

    Options for hierarchy registration

    interface HierarchyRegistrationOptions {
        allLibraries: MJComponentLibraryEntity[];
        allowOverride?: boolean;
        contextUser?: UserInfo;
        continueOnError?: boolean;
        debug?: boolean;
        namespace?: string;
        styles?: ComponentStyles;
        version?: string;
    }
    Index

    Properties

    allLibraries: MJComponentLibraryEntity[]

    Required, metadata for all possible libraries allowed by the system

    allowOverride?: boolean

    Whether to override existing components

    contextUser?: UserInfo

    Optional user context for fetching from external registries

    continueOnError?: boolean

    Whether to continue on errors

    debug?: boolean
    namespace?: string

    Namespace for component registration

    Component styles to apply to all components

    version?: string

    Version for component registration