jeeves-meta-monorepo
GitHub
Preparing search index...
service/src
ProgressEvent
Type Alias ProgressEvent
type
ProgressEvent
=
{
durationMs
?:
number
;
error
?:
string
;
path
:
string
;
phase
?:
ProgressPhase
;
tokens
?:
number
;
type
:
|
"synthesis_start"
|
"phase_start"
|
"phase_complete"
|
"synthesis_complete"
|
"error"
;
}
Index
Properties
duration
Ms?
error?
path
phase?
tokens?
type
Properties
Optional
duration
Ms
durationMs
?:
number
Optional
error
error
?:
string
path
path
:
string
Owner path (not .meta path) of the entity being synthesized.
Optional
phase
phase
?:
ProgressPhase
Optional
tokens
tokens
?:
number
type
type
:
|
"synthesis_start"
|
"phase_start"
|
"phase_complete"
|
"synthesis_complete"
|
"error"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
duration
Ms
error
path
phase
tokens
type
GitHub
jeeves-meta-monorepo
Loading...
Owner path (not .meta path) of the entity being synthesized.