Search
Preparing search index...
The search index is not available
@bestdoctor/ke-beta
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
@bestdoctor/ke-beta
SuccessDisplay
Class SuccessDisplay
Hierarchy
BaseWizardStep
SuccessDisplay
Index
Constructors
constructor
Properties
back
Step
Label
buttons
custom
Buttons
forward
Step
Label
name
require
Validation
resource
Name
title
widgets
wrapper
Props
Methods
before
Show
get
Buttons
next
on
Save
prev
validate
validated
Next
Constructors
constructor
new
Success
Display
(
title
?:
string
, resourceName
?:
string
)
:
SuccessDisplay
Parameters
Optional
title:
string
Optional
resourceName:
string
Returns
SuccessDisplay
Properties
Optional
back
Step
Label
back
Step
Label
?:
string
= 'Назад'
buttons
buttons
:
WizardStepButtonDescription
[]
= ...
Optional
custom
Buttons
custom
Buttons
?:
ReactNode
Optional
forward
Step
Label
forward
Step
Label
?:
string
= 'Далее'
Optional
name
name
?:
string
Optional
require
Validation
require
Validation
?:
boolean
= true
Optional
resource
Name
resource
Name
?:
string
Optional
title
title
?:
string
widgets
widgets
:
{
displayValue
:
(
(
object
:
CreatedObject
)
=>
string
)
;
layout
:
{
w
:
number
;
x
:
number
;
y
:
number
}
;
name
:
string
;
widget
:
(
(
props
:
ReadOnlyWidgetProps
)
=>
Element
)
}
[]
= ...
Optional
wrapper
Props
wrapper
Props
?:
FlexProps
Methods
before
Show
before
Show
(
_
:
WizardPayload
)
:
void
Parameters
_:
WizardPayload
Returns
void
get
Buttons
get
Buttons
(
_
:
WizardPayload
)
:
WizardStepButtonDescription
[]
Parameters
_:
WizardPayload
Returns
WizardStepButtonDescription
[]
next
next
(
_
:
WizardPayload
)
:
WizardState
Parameters
_:
WizardPayload
Returns
WizardState
Optional
on
Save
on
Save
(
props
:
unknown
, transition
:
(
(
next
:
string
)
=>
void
)
)
:
void
|
Promise
<
boolean
>
Parameters
props:
unknown
transition:
(
(
next
:
string
)
=>
void
)
(
next
:
string
)
:
void
Parameters
next:
string
Returns
void
Returns
void
|
Promise
<
boolean
>
prev
prev
(
_
:
WizardPayload
)
:
WizardState
Parameters
_:
WizardPayload
Returns
WizardState
validate
validate
(
props
:
WizardPayload
)
:
boolean
Parameters
props:
WizardPayload
Returns
boolean
validated
Next
validated
Next
(
props
:
WizardPayload
)
:
WizardState
Parameters
props:
WizardPayload
Returns
WizardState
Exports
Success
Display
constructor
back
Step
Label
buttons
custom
Buttons
forward
Step
Label
name
require
Validation
resource
Name
title
widgets
wrapper
Props
before
Show
get
Buttons
next
on
Save
prev
validate
validated
Next
Generated using
TypeDoc