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

    Interface Module

    interface Module {
        $CreationOptions?: ModuleCreationOptions;
        $ID: string;
        $Type: "Projects$Module";
        appStoreGuid: string;
        appStorePackageIdString: string;
        appStoreVersion: string;
        appStoreVersionGuid: string;
        fromAppStore: boolean;
        isThemeModule: boolean;
        name: string;
        sortIndex: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    $CreationOptions?: ModuleCreationOptions

    Options to pass during the element creation

    $ID: string

    The unique id of the element.

    $Type: "Projects$Module"

    The type of the element.

    appStoreGuid: string
    appStorePackageIdString: string
    appStoreVersion: string
    appStoreVersionGuid: string
    fromAppStore: boolean
    isThemeModule: boolean
    name: string
    sortIndex: number