detsys-ts
Preparing search index...
ConfidentActionOptions
Type Alias ConfidentActionOptions
A confident version of Options, where defaults have been resolved into final values.
type
ConfidentActionOptions
=
{
binaryNamePrefixes
:
string
[]
;
binaryNamesDenyList
:
string
[]
;
eventPrefix
:
string
;
fetchStyle
:
FetchSuffixStyle
;
idsProjectName
:
string
;
legacySourcePrefix
?:
string
;
name
:
string
;
providedDiagnosticsUrl
?:
URL
;
requireNix
:
NixRequirementHandling
;
}
Index
Properties
binary
Name
Prefixes
binary
Names
Deny
List
event
Prefix
fetch
Style
ids
Project
Name
legacy
Source
Prefix?
name
provided
Diagnostics
Url?
require
Nix
Properties
binary
Name
Prefixes
binaryNamePrefixes
:
string
[]
binary
Names
Deny
List
binaryNamesDenyList
:
string
[]
event
Prefix
eventPrefix
:
string
fetch
Style
fetchStyle
:
FetchSuffixStyle
ids
Project
Name
idsProjectName
:
string
Optional
legacy
Source
Prefix
legacySourcePrefix
?:
string
name
name
:
string
Optional
provided
Diagnostics
Url
providedDiagnosticsUrl
?:
URL
require
Nix
requireNix
:
NixRequirementHandling
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
binary
Name
Prefixes
binary
Names
Deny
List
event
Prefix
fetch
Style
ids
Project
Name
legacy
Source
Prefix
name
provided
Diagnostics
Url
require
Nix
detsys-ts
Loading...
A confident version of Options, where defaults have been resolved into final values.