Backstage
    Preparing search index...

    Definition of a frontend plugin Module Federation remote served by the backend

    interface RemoteInfo {
        entry: string;
        entryGlobalName?: string;
        name: string;
        shareScope?: string;
        type?: RemoteInfoTypeEnum;
    }
    Index

    Properties

    entry

    entry: string

    Remote entry, either the remote manifest file, or the remote entry Javascript file.

    entryGlobalName?: string
    name: string

    Name of the module federation remote

    shareScope?: string