Skip to content

Commit a5f061d

Browse files
committed
Add enteric as a path type (#65).
1 parent 48633f1 commit a5f061d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/pathways.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ export type PathType = PathStyle & {
5555

5656
const PATH_TYPES: PathTypeDefn[] = [
5757
{ type: "cns", label: "CNS", colour: "#9B1FC1"},
58+
{ type: "enteric", label: "Enteric", colour: "#C0D040"},
5859
{ type: "intracardiac", label: "Local circuit neuron", colour: "#F19E38"},
5960
{ type: "para-pre", label: "Parasympathetic pre-ganglionic", colour: "#3F8F4A"},
6061
{ type: "para-post", label: "Parasympathetic post-ganglionic", colour: "#3F8F4A", dashed: true},

0 commit comments

Comments
 (0)