nexus-agents - v2.80.0
GitHub
npm
Preparing search index...
PreconditionResult
Interface PreconditionResult
Result of running all preconditions for a node.
interface
PreconditionResult
{
passed
:
boolean
;
results
:
readonly
PreconditionOutcome
[]
;
}
Index
Properties
passed
results
Properties
Readonly
passed
passed
:
boolean
Readonly
results
results
:
readonly
PreconditionOutcome
[]
Settings
Member Visibility
Protected
Internal
Theme
OS
Light
Dark
On This Page
Properties
passed
results
GitHub
npm
nexus-agents - v2.80.0
Loading...
Result of running all preconditions for a node.