H5P NodeJS Library
GitHub
Preparing search index...
@lumieducation/h5p-express
<internal>
LibraryAdministrationExpressRouterOptions
Class LibraryAdministrationExpressRouterOptions
Allows you to choose which routes you want in the Express Router
Index
Constructors
constructor
Properties
handle
Errors?
route
Delete
Library?
route
Get
Libraries?
route
Get
Library?
route
Patch
Library?
route
Post
Libraries?
Constructors
constructor
new
LibraryAdministrationExpressRouterOptions
()
:
LibraryAdministrationExpressRouterOptions
Returns
LibraryAdministrationExpressRouterOptions
Properties
Optional
handle
Errors
handleErrors
?:
boolean
= true
Optional
route
Delete
Library
routeDeleteLibrary
?:
boolean
= true
Optional
route
Get
Libraries
routeGetLibraries
?:
boolean
= true
Optional
route
Get
Library
routeGetLibrary
?:
boolean
= true
Optional
route
Patch
Library
routePatchLibrary
?:
boolean
= true
Optional
route
Post
Libraries
routePostLibraries
?:
boolean
= true
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
handle
Errors
route
Delete
Library
route
Get
Libraries
route
Get
Library
route
Patch
Library
route
Post
Libraries
GitHub
H5P NodeJS Library
Loading...
Allows you to choose which routes you want in the Express Router