@semo/core
Preparing search index...
plugin-loader
PluginLoaderContext
Interface PluginLoaderContext
interface
PluginLoaderContext
{
debugCore
:
(
...
rest
:
unknown
[]
)
=>
void
;
scriptName
:
string
;
version
:
string
;
config
<
T
=
string
|
Record
<
string
,
unknown
>
>
(
key
:
string
,
defaultValue
?:
T
,
)
:
T
;
getApplicationConfig
()
:
any
;
}
Index
Properties
debug
Core
script
Name
version
Methods
config
get
Application
Config
Properties
debug
Core
debugCore
:
(
...
rest
:
unknown
[]
)
=>
void
script
Name
scriptName
:
string
version
version
:
string
Methods
config
config
<
T
=
string
|
Record
<
string
,
unknown
>
>
(
key
:
string
,
defaultValue
?:
T
)
:
T
Type Parameters
T
=
string
|
Record
<
string
,
unknown
>
Parameters
key
:
string
Optional
defaultValue
:
T
Returns
T
get
Application
Config
getApplicationConfig
()
:
any
Returns
any
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
debug
Core
script
Name
version
Methods
config
get
Application
Config
@semo/core
Loading...