Content
Class: Section OboNode Full Name: ObojoboDraft.Sections.ContentThe content section contains one or more pages of material.
Properties
None
Supported Trigger Types
Action Type | Description |
---|---|
onMount | Fired when a node is added to the DOM |
onUnmount | Fired when a node is removed from the DOM |
Required Children
Expects one or more of Page
Variables Registered
None
Example
JSON
{
"type": "ObojoboDraft.Sections.Content",
"id": "...",
"children": [...]
}
XML
<Content>
<!-- ... -->
</Content>