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

    Interface ModuleSettings

    interface ModuleSettings {
        $CreationOptions?: unknown;
        $ID: string;
        $Type: "Projects$ModuleSettings";
        basedOnVersion: string;
        exportLevel: ModuleExportLevel;
        extensionName: string;
        jarDependencies: JarDependency[];
        protectedModuleType: ProtectedModuleType;
        solutionIdentifier: string;
        version: string;
        addJarDependency(): Promise<JarDependency>;
    }

    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.

    basedOnVersion: string
    exportLevel: ModuleExportLevel
    extensionName: string
    jarDependencies: JarDependency[]
    protectedModuleType: ProtectedModuleType
    solutionIdentifier: string
    version: string

    Methods