The initial status of a subgraph is specified by
status: folded or boxed or unfolded or clustered or wrapped
A region may have multiple sources and/or targets
source: "one" "two" "..." "n"
target: "One" "Two" "etc" "m"
A region may unite multiple edge classes
class: 1 28 42 14
Default values
Available foldedge/foldnode attributes
All standard attributes are also available for summary nodes and edges.
The colon ':' may not be separated from the keyword region:
region: { status: folded source: "3" } // this is OK
region : { status: folded source: "3" } // this won't work
aiSee supports the following alternative notations:
state: // instead of status:
white // instead of unfolded
sourcename: // instead of source:
targetname: // instead of target:
|