Neutrome SDK reference
Preparing search index...
lilsdk-ts/src/managed
CapabilitiesExecutorOptions
Type Alias CapabilitiesExecutorOptions
Options accepted by
createCapabilitiesExecutor
.
type
CapabilitiesExecutorOptions
=
{
cacheKey
?:
(
ctx
:
ExecutorContext
)
=>
string
;
enabledIterations
?:
number
;
skipPrefixes
?:
readonly
string
[]
;
}
Index
Properties
cache
Key?
enabled
Iterations?
skip
Prefixes?
Properties
Optional
cache
Key
cacheKey
?:
(
ctx
:
ExecutorContext
)
=>
string
Optional
enabled
Iterations
enabledIterations
?:
number
Optional
skip
Prefixes
skipPrefixes
?:
readonly
string
[]
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
cache
Key
enabled
Iterations
skip
Prefixes
Neutrome SDK reference
Loading...
Options accepted by createCapabilitiesExecutor.