Definition
Assembly: CloudNimble.ClaudeEssentials.dll Namespace: CloudNimble.ClaudeEssentials.Hooks.Outputs Inheritance: CloudNimble.ClaudeEssentials.Hooks.Outputs.HookOutputBaseSyntax
Summary
Represents the complete output for a SessionStart hook. Combines base output fields with SessionStart-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.HookSpecificOutput
Gets or sets the hook-specific output containing additional context.Syntax
Property Value
Type:CloudNimble.ClaudeEssentials.Hooks.Outputs.SessionStartSpecificOutput?
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?