Documentation
Preparing search index...
@saltcorn/types
model-abstracts/abstract_workflow
RunResult
Type Alias RunResult
type
RunResult
=
{
context
:
GenObj
;
contextField
?:
string
;
currentStep
:
number
;
maxSteps
:
number
;
previewURL
?:
string
;
renderBuilder
?:
GenObj
;
renderForm
?:
any
;
savingErrors
?:
any
;
stepName
:
string
;
title
:
string
;
}
Index
Properties
context
context
Field?
current
Step
max
Steps
preview
URL?
render
Builder?
render
Form?
saving
Errors?
step
Name
title
Properties
context
context
:
GenObj
Optional
context
Field
contextField
?:
string
current
Step
currentStep
:
number
max
Steps
maxSteps
:
number
Optional
preview
URL
previewURL
?:
string
Optional
render
Builder
renderBuilder
?:
GenObj
Optional
render
Form
renderForm
?:
any
Optional
saving
Errors
savingErrors
?:
any
step
Name
stepName
:
string
title
title
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
context
context
Field
current
Step
max
Steps
preview
URL
render
Builder
render
Form
saving
Errors
step
Name
title
Documentation
Loading...