@labkey/api
    Preparing search index...

    Type Alias GetModulesModules

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

    Properties

    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

    required: boolean

    Whether this module is required in the folder type specified above

    requireSitePermission: boolean

    Indicates if this module requires site permission

    tabName: string

    name of the tab associated with this module