CSS.NamedFlow
This object represents a Named Flow.
{
"id": "NamedFlow",
"type": "object",
"properties": [
{
"name": "documentNodeId",
"$ref": "DOM.NodeId",
"description": "The document node id."
},
{
"name": "name",
"type": "string",
"description": "Named Flow identifier."
},
{
"name": "overset",
"type": "boolean",
"description": "The \"overset\" attribute of a Named Flow."
},
{
"name": "content",
"type": "array",
"items": {
"$ref": "DOM.NodeId"
},
"description": "An array of nodes that flow into the Named Flow."
},
{
"name": "regions",
"type": "array",
"items": {
"$ref": "Region"
},
"description": "An array of regions associated with the Named Flow."
}
],
"description": "This object represents a Named Flow."
}