Skip to content

Instantly share code, notes, and snippets.

@EliJDonahue
Created February 12, 2019 16:06
Show Gist options
  • Save EliJDonahue/b7e378d39b56d979d185ba9ef0f1a576 to your computer and use it in GitHub Desktop.
Save EliJDonahue/b7e378d39b56d979d185ba9ef0f1a576 to your computer and use it in GitHub Desktop.
Sample template for Graph Navigation View Card
{
"container": {
"type": "grid",
"style": {
"rows": [
{
"height": 20
},
{
"height": 25
}
],
"cols": [
{
"width": 50
},
{
"width": 75
}
],
"cells": [
{
"content": "image|text",
"content_binding": "binding_prop_name",
"col": column_index,
"row": row_index,
"style": {
// Text styling properties. Optional.
}
}
]
// Node styling properties. Optional.
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment