Preparing search index...
The search index is not available
@rxap/config - v19.1.0
@rxap/config
ConfigTestingService
Class ConfigTestingService
Implements
ConfigService
Index
Constructors
constructor
Properties
config
Methods
clear
Local
Config
get
get
Or
Throw
set
set
Local
Config
Constructors
constructor
new
ConfigTestingService
()
:
ConfigTestingService
Returns
ConfigTestingService
Properties
Readonly
config
config
:
Record
<
string
,
any
>
= {}
Methods
clear
Local
Config
clearLocalConfig
()
:
void
Returns
void
get
get
<
T
>
(
propertyPath
:
string
,
defaultValue
?:
T
)
:
undefined
|
T
Type Parameters
T
Parameters
propertyPath
:
string
Optional
defaultValue
:
T
Returns
undefined
|
T
get
Or
Throw
getOrThrow
<
T
>
(
propertyPath
:
string
)
:
T
Type Parameters
T
Parameters
propertyPath
:
string
Returns
T
set
set
<
T
>
(
propertyPath
:
string
,
value
:
T
)
:
void
Type Parameters
T
Parameters
propertyPath
:
string
value
:
T
Returns
void
set
Local
Config
setLocalConfig
(
config
:
Record
<
string
,
any
>
)
:
void
Parameters
config
:
Record
<
string
,
any
>
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
config
Methods
clear
Local
Config
get
get
Or
Throw
set
set
Local
Config
@rxap/config - v19.1.0
Loading...