Definition
Assembly: CloudNimble.ClaudeEssentials.dll Namespace: CloudNimble.ClaudeEssentials.Hooks.Outputs Inheritance: CloudNimble.ClaudeEssentials.Hooks.Outputs.HookOutputBaseSyntax
Summary
Represents the complete output for a PostToolUse hook. Combines base output fields with PostToolUse-specific output.Constructors
.ctor
Syntax
.ctor Inherited
Inherited from
CloudNimble.ClaudeEssentials.Hooks.Outputs.HookOutputBaseSyntax
.ctor Inherited
Inherited from
objectSyntax
Properties
Continue Inherited
Inherited from
CloudNimble.ClaudeEssentials.Hooks.Outputs.HookOutputBaseSyntax
Property Value
Type:bool
Remarks
This property is always serialized to ensure explicit intent is communicated.Decision
Gets or sets the decision for the post-tool-use operation. Set to HookDecision.Block to block further processing.Syntax
Property Value
Type:System.Nullable<CloudNimble.ClaudeEssentials.Hooks.Enums.HookDecision?>?
HookSpecificOutput
Gets or sets the hook-specific output containing additional context.Syntax
Property Value
Type:CloudNimble.ClaudeEssentials.Hooks.Outputs.PostToolUseSpecificOutput?
Reason
Gets or sets the reason for the decision. Required when PostToolUseHookOutput.Decision is set to explain the rationale.Syntax
Property Value
Type:string?
StopReason Inherited
Inherited from
CloudNimble.ClaudeEssentials.Hooks.Outputs.HookOutputBaseSyntax
Property Value
Type:string?
SuppressOutput Inherited
Inherited from
CloudNimble.ClaudeEssentials.Hooks.Outputs.HookOutputBaseSyntax
Property Value
Type:bool
SystemMessage Inherited
Inherited from
CloudNimble.ClaudeEssentials.Hooks.Outputs.HookOutputBaseSyntax
Property Value
Type:string?
Methods
Equals Inherited Virtual
Inherited from
objectSyntax
Parameters
| Name | Type | Description |
|---|---|---|
obj | object? | - |
Returns
Type:bool
Equals Inherited
Inherited from
objectSyntax
Parameters
| Name | Type | Description |
|---|---|---|
objA | object? | - |
objB | object? | - |
Returns
Type:bool
GetHashCode Inherited Virtual
Inherited from
objectSyntax
Returns
Type:int
GetType Inherited
Inherited from
objectSyntax
Returns
Type:System.Type
MemberwiseClone Inherited
Inherited from
objectSyntax
Returns
Type:object
ReferenceEquals Inherited
Inherited from
objectSyntax
Parameters
| Name | Type | Description |
|---|---|---|
objA | object? | - |
objB | object? | - |
Returns
Type:bool
ToString Inherited Virtual
Inherited from
objectSyntax
Returns
Type:string?