@grandlinex/kernel
Preparing search index...
EnvStore
Class EnvStore
Implements
IStore
Index
Constructors
constructor
Properties
log
store
Methods
clear
delete
get
get
Bulk
has
init
New
load
Local
Env
set
set
Bulk
Constructors
constructor
new
EnvStore
(
props
:
EnvStoreCProps
)
:
EnvStore
Parameters
props
:
EnvStoreCProps
Returns
EnvStore
Properties
log
log
:
CoreLogChannel
store
store
:
Map
<
string
,
string
>
Methods
clear
clear
()
:
void
Returns
void
delete
delete
(
key
:
string
)
:
boolean
Parameters
key
:
string
Returns
boolean
get
get
(
key
:
string
,
defaultValue
?:
string
)
:
string
Parameters
key
:
string
Optional
defaultValue
:
string
Returns
string
get
Bulk
getBulk
(
...
list
:
[
string
,
string
?
]
[]
)
:
string
[]
Parameters
...
list
:
[
string
,
string
?
]
[]
Returns
string
[]
has
has
(
key
:
string
)
:
boolean
Parameters
key
:
string
Returns
boolean
init
New
initNew
(
props
:
EnvStoreCProps
)
:
void
Parameters
props
:
EnvStoreCProps
Returns
void
load
Local
Env
loadLocalEnv
()
:
void
Returns
void
set
set
(
key
:
string
,
value
:
string
)
:
void
Parameters
key
:
string
value
:
string
Returns
void
set
Bulk
setBulk
(
...
list
:
[
string
,
string
]
[]
)
:
void
Parameters
...
list
:
[
string
,
string
]
[]
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
log
store
Methods
clear
delete
get
get
Bulk
has
init
New
load
Local
Env
set
set
Bulk
@grandlinex/kernel
Loading...