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 full)

Properties

$CreationOptions?: ModuleCreationOptions

Options to pass during the element creation

$ID: string

The unique id of the element.

$Type

The type of the element.

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