Type alias GetModulesModules

GetModulesModules: {
    active: boolean;
    enabled: boolean;
    name: string;
    requireSitePermission: boolean;
    required: boolean;
    tabName: string;
}

Type declaration

  • active: boolean

    whether this module should be active for this container

  • enabled: boolean

    whether this module should be enabled by default for this container

  • name: string

    Name of the module

  • requireSitePermission: boolean

    Indicates if this module requires site permission

  • required: boolean

    Whether this module is required in the folder type specified above

  • tabName: string

    name of the tab associated with this module

Generated using TypeDoc