Created
February 12, 2019 16:06
-
-
Save EliJDonahue/b7e378d39b56d979d185ba9ef0f1a576 to your computer and use it in GitHub Desktop.
Sample template for Graph Navigation View Card
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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