15 lines
205 B
JSON
15 lines
205 B
JSON
{
|
|
"extends": "closable",
|
|
"states": [
|
|
{
|
|
"name": "latched",
|
|
"type": "bool"
|
|
}
|
|
],
|
|
"actions": [
|
|
{
|
|
"name": "unlatch"
|
|
}
|
|
]
|
|
}
|