@moritzbrantner/diagrams - v0.1.1
GitHub
Preparing search index...
JourneyMapItemAction
Type Alias JourneyMapItemAction
type
JourneyMapItemAction
=
{
destructive
?:
boolean
;
disabled
?:
boolean
;
icon
?:
React.ReactNode
;
id
:
string
;
label
:
React.ReactNode
;
onSelect
?:
(
item
:
JourneyMapItem
)
=>
void
;
}
Index
Properties
destructive?
disabled?
icon?
id
label
on
Select?
Properties
Optional
destructive
destructive
?:
boolean
Optional
disabled
disabled
?:
boolean
Optional
icon
icon
?:
React.ReactNode
id
id
:
string
label
label
:
React.ReactNode
Optional
on
Select
onSelect
?:
(
item
:
JourneyMapItem
)
=>
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
destructive
disabled
icon
id
label
on
Select
GitHub
@moritzbrantner/diagrams - v0.1.1
Loading...