Preparing search index...
The search index is not available
ArtusX
ArtusX
@artusx/core
Loader
Interface Loader
interface
Loader
{
state
?:
any
;
load
(
item
)
:
Promise
<
any
>
;
}
Implemented by
BaseLoader
Index
Properties
state?
Methods
load
Properties
Optional
state
state
?:
any
Methods
load
load
(
item
)
:
Promise
<
any
>
Parameters
item
:
ManifestItem
<
unknown
>
Returns
Promise
<
any
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
state
load
ArtusX
Loading...