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

    Interface ModuleSettings

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

    interface ModuleSettings {
        $CreationOptions?: unknown;
        $ID: string;
        $Type: "Projects$ModuleSettings";
        $UnitID?: string;
        basedOnVersion: string;
        checksum: string;
        convertedChecksum: string;
        enableDetailedTroubleshooting: boolean;
        exportLevel: ModuleExportLevel;
        extensionName: string;
        jarDependencies: JarDependency[];
        moduleDependencies: ModuleDependencies | null;
        originalPackageId: string;
        packageId: string;
        protectedModuleType: ProtectedModuleType;
        solutionIdentifier: string;
        version: 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$ModuleSettings"

    The type of the element.

    $UnitID?: string
    basedOnVersion: string
    checksum: string
    convertedChecksum: string
    enableDetailedTroubleshooting: boolean
    exportLevel: ModuleExportLevel
    extensionName: string
    jarDependencies: JarDependency[]
    moduleDependencies: ModuleDependencies | null
    originalPackageId: string
    packageId: string
    protectedModuleType: ProtectedModuleType
    solutionIdentifier: string
    version: string