@valon-technologies/gestalt
Preparing search index...
index
AgentSessionStartHook
Interface AgentSessionStartHook
interface
AgentSessionStartHook
{
id
?:
string
;
type
?:
string
;
command
?:
readonly
string
[]
;
cwd
?:
string
;
timeout
?:
string
;
env
?:
Record
<
string
,
string
>
;
output
?:
AgentSessionStartHookOutput
;
}
Index
Properties
id?
type?
command?
cwd?
timeout?
env?
output?
Properties
Optional
id
id
?:
string
Optional
type
type
?:
string
Optional
command
command
?:
readonly
string
[]
Optional
cwd
cwd
?:
string
Optional
timeout
timeout
?:
string
Optional
env
env
?:
Record
<
string
,
string
>
Optional
output
output
?:
AgentSessionStartHookOutput
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
id
type
command
cwd
timeout
env
output
@valon-technologies/gestalt
Loading...