Documentation - v1.2.0-alpha.3
Preparing search index...
@microsoft/agents-hosting-dialogs
Configuration
Interface Configuration
Configuration is an interface that is used to obtain configurable values
interface
Configuration
{
get
<
T
=
unknown
>
(
path
?:
string
[]
)
:
T
;
set
(
path
:
string
[]
,
value
:
unknown
)
:
void
;
}
Index
Methods
get
set
Methods
get
get
<
T
=
unknown
>
(
path
?:
string
[]
)
:
T
Type Parameters
T
=
unknown
Parameters
Optional
path
:
string
[]
Returns
T
set
set
(
path
:
string
[]
,
value
:
unknown
)
:
void
Parameters
path
:
string
[]
value
:
unknown
Returns
void
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Methods
get
set
Documentation - v1.2.0-alpha.3
Loading...
Configuration is an interface that is used to obtain configurable values