Required keys end with *.
id = [{
id*: int,
name*: string,
type*: string,
xtype: string,
slot*: {
"": [[string, string], ....]
string: [int, ...]
}
}]
"15": {
"id": 15,
"name": "topnav.json",
"type": "content",
"file": "src/content/topnav.json",
"slot": {
"": [["hubs"]]
"hubs": [4, 14],
}
}
-
Params:
id
: Numbername
: string The entry name display in graph_exlorertype
: string Used to categorize the entryxtype
: string Used to sub-categorize the entry (this is used in rare cases)file
: string Address of the file which contains dataslot
: object Defines relationship and points to related entries
This is unique and old maybe. The array indexes are used as IDs.
index = {
theme_name: ['file1.css', 'file2.css', ....]
}
theme_name = ['file1_content', 'file2_content', ....]
{
"theme": [
"div{\n display: none;\n}"
],
"index": [
"uniq2"
]
}
A file that returns a function or multiple functions.
A return of data by calling a function provided by a module.
Used to refer to either Module or Instance in general cases.
An entity in graph explorer which may represent data file, modules or instances in different forms.
The relation b/w two or more entities that can be of type hub, sub, input or output. Graphically, it is represented by a line.
The relation b/w two entities is defined by a slot. Graphically, it is an icon.