H5P NodeJS Library
GitHub
Preparing search index...
@lumieducation/h5p-server
<internal>
IHubContentTypeWithLocalInfo
Interface IHubContentTypeWithLocalInfo
Carries information about the local installation status of a content type.
interface
IHubContentTypeWithLocalInfo
{
canInstall
:
boolean
;
categories
?:
string
[]
;
createdAt
?:
number
;
description
:
string
;
example
?:
string
;
h5pMajorVersion
?:
number
;
h5pMinorVersion
?:
number
;
icon
:
string
;
installed
:
boolean
;
isRecommended
?:
boolean
;
isUpToDate
:
boolean
;
keywords
?:
string
[]
;
license
?:
any
;
localMajorVersion
:
number
;
localMinorVersion
:
number
;
localPatchVersion
:
number
;
machineName
:
string
;
majorVersion
:
number
;
minorVersion
:
number
;
owner
:
string
;
patchVersion
:
number
;
popularity
?:
number
;
restricted
:
boolean
;
screenshots
?:
any
;
summary
?:
string
;
title
:
string
;
tutorial
?:
string
;
updatedAt
?:
number
;
}
Hierarchy (
View Summary
)
IHubContentType
IHubContentTypeWithLocalInfo
Index
Properties
can
Install
categories?
created
At?
description
example?
h5p
Major
Version?
h5p
Minor
Version?
icon
installed
is
Recommended?
is
Up
To
Date
keywords?
license?
local
Major
Version
local
Minor
Version
local
Patch
Version
machine
Name
major
Version
minor
Version
owner
patch
Version
popularity?
restricted
screenshots?
summary?
title
tutorial?
updated
At?
Properties
can
Install
canInstall
:
boolean
Optional
categories
categories
?:
string
[]
Optional
created
At
createdAt
?:
number
description
description
:
string
Optional
example
example
?:
string
Optional
h5p
Major
Version
h5pMajorVersion
?:
number
Optional
h5p
Minor
Version
h5pMinorVersion
?:
number
icon
icon
:
string
installed
installed
:
boolean
Optional
is
Recommended
isRecommended
?:
boolean
is
Up
To
Date
isUpToDate
:
boolean
Optional
keywords
keywords
?:
string
[]
Optional
license
license
?:
any
local
Major
Version
localMajorVersion
:
number
local
Minor
Version
localMinorVersion
:
number
local
Patch
Version
localPatchVersion
:
number
machine
Name
machineName
:
string
major
Version
majorVersion
:
number
minor
Version
minorVersion
:
number
owner
owner
:
string
patch
Version
patchVersion
:
number
Optional
popularity
popularity
?:
number
restricted
restricted
:
boolean
Optional
screenshots
screenshots
?:
any
Optional
summary
summary
?:
string
title
title
:
string
Optional
tutorial
tutorial
?:
string
Optional
updated
At
updatedAt
?:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
can
Install
categories
created
At
description
example
h5p
Major
Version
h5p
Minor
Version
icon
installed
is
Recommended
is
Up
To
Date
keywords
license
local
Major
Version
local
Minor
Version
local
Patch
Version
machine
Name
major
Version
minor
Version
owner
patch
Version
popularity
restricted
screenshots
summary
title
tutorial
updated
At
GitHub
H5P NodeJS Library
Loading...
Carries information about the local installation status of a content type.