live · mainnetoc · docs
specs · api · guides
docs / documentation

@orangecheck/agent-core


@orangecheck/agent-core / ScopeConstraint

Interface: ScopeConstraint

Defined in: agent-core/src/scope.ts:9

Properties

PropertyTypeDescriptionDefined in
<a id="property-key"></a> keystring-agent-core/src/scope.ts:10
<a id="property-op"></a> opScopeOp-agent-core/src/scope.ts:11
<a id="property-quoted"></a> quotedbooleanTrue if the value was supplied as a quoted string; preserved for round-trip fidelity.agent-core/src/scope.ts:15
<a id="property-value"></a> valuestring | undefinedundefined for the wildcard * op; otherwise the raw textual value (unquoted).agent-core/src/scope.ts:13