Properties:
Name | Type | Description |
---|---|---|
add |
Function |
Function to call immediate after registering plugin. |
pre |
Function |
Middleware function to run before load, the
arguments for this are |
use |
Function |
Middleware function to run after load, the
arguments for this are |
Members
Function to call immediate after registering plugin.
Middleware function to run before load, the
arguments for this are (resource, next)
Middleware function to run after load, the
arguments for this are (resource, next)
Methods
Function to call immediate after registering plugin.
Middleware function to run before load
Name | Type | Description |
---|---|---|
resource |
LoaderResource |
resource |
next |
LoaderResource |
next middleware |
Middleware function to run after load
Name | Type | Description |
---|---|---|
resource |
LoaderResource |
resource |
next |
LoaderResource |
next middleware |