@moritzbrantner/diagrams - v0.1.1
GitHub
Preparing search index...
ProcessMapProps
Type Alias ProcessMapProps
ProcessMapProps
:
React.ComponentProps
<
"div"
>
&
{
defaultFocusedStepId
?:
string
|
null
;
focusedStepId
?:
string
|
null
;
getStepDisabled
?:
(
step
:
ProcessMapStepData
)
=>
boolean
;
keyboardMode
?:
"nodes"
|
"none"
;
onFocusedStepIdChange
?:
(
step
:
ProcessMapStepData
|
null
)
=>
void
;
onStepActionSelect
?:
(
action
:
ProcessMapStepAction
,
step
:
ProcessMapStepData
,
)
=>
void
;
onStepDeselect
?:
()
=>
void
;
onStepSelect
?:
(
step
:
ProcessMapStepData
)
=>
void
;
orientation
?:
ProcessMapOrientation
;
selectedStepId
?:
string
|
null
;
stepActions
?:
|
readonly
ProcessMapStepAction
[]
|
(
(
step
:
ProcessMapStepData
)
=>
readonly
ProcessMapStepAction
[]
)
;
steps
?:
readonly
ProcessMapStepData
[]
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
GitHub
@moritzbrantner/diagrams - v0.1.1
Loading...