UNPKG
yed2kingly
Version:
latest (0.8.1)
0.8.1
0.8.0
0.7.1
0.7.0
0.6.2
0.6.1
0.6.0
0.5.0
0.4.0
0.3.0
0.1.0
Supports the conversion of graphs drawn with the yed editor into Kingly state machines
yed2kingly
/
properties.js
11 lines
(9 loc)
•
276 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
const
{
ACTION_IDENTITY
} =
require
(
'kingly'
)
module
.
exports
= {
YED_SHALLOW_HISTORY_STATE
:
"H"
,
YED_DEEP_HISTORY_STATE
:
"H*"
,
SEP
:
'ღ'
,
DEFAULT_ACTION_FACTORY_STR
:
'ACTION_IDENTITY'
,
DEFAULT_ACTION_FACTORY
:
ACTION_IDENTITY
,
YED_ENTRY_STATE
:
'init'
}