Preparing search index...
The search index is not available
@mdf.js
@mdf.js
@mdf.js/tasks
ResourceConfigEntry
Interface ResourceConfigEntry<Result, Binding, PollingGroups>
Represents the resource configuration
interface
ResourceConfigEntry
<
Result
=
any
,
Binding
=
any
,
PollingGroups
extends
PollingGroup
=
DefaultPollingGroups
,
>
{
limiterOptions
?:
LimiterOptions
;
pollingGroups
:
{
[
polling
in
PollingGroup
]
?:
TaskBaseConfig
<
Result
,
Binding
>
[]
}
;
}
Type Parameters
Result
=
any
Binding
=
any
PollingGroups
extends
PollingGroup
=
DefaultPollingGroups
Index
Properties
limiter
Options?
polling
Groups
Properties
Optional
limiter
Options
limiterOptions
?:
LimiterOptions
The limiter options
polling
Groups
pollingGroups
:
{
[
polling
in
PollingGroup
]
?:
TaskBaseConfig
<
Result
,
Binding
>
[]
}
The polling groups
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
limiter
Options
polling
Groups
@mdf.js
Loading...
Represents the resource configuration