@mendix/extensions-api - v0.11.2
    Preparing search index...

    Interface ModuleGuidMapping

    A unit is a container of elements, it can not contain other units.

    interface ModuleGuidMapping {
        $CreationOptions?: unknown;
        $ID: string;
        $Type: "Projects$ModuleGuidMapping";
        $UnitID?: string;
        entries: GuidMappingEntry[];
        importedModuleGuid: string;
        packageModuleGuid: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    $CreationOptions?: unknown

    Options to pass during the element creation

    $ID: string

    The unique id of the element.

    $Type: "Projects$ModuleGuidMapping"

    The type of the element.

    $UnitID?: string
    entries: GuidMappingEntry[]
    importedModuleGuid: string
    packageModuleGuid: string