Definition
Assembly: CloudNimble.ClaudeEssentials.dll Namespace: CloudNimble.ClaudeEssentials.Hooks.Outputs Inheritance: CloudNimble.ClaudeEssentials.Hooks.Outputs.HookOutputBaseSyntax
Summary
Represents the output for a SessionEnd hook. The SessionEnd hook typically only uses base output fields.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.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?