Create child data objects.
Synopses
Declared in <mrdocs/Handlebars/Engine.hpp>
Create child data objects.
dom::Object
createFrame(dom::Object const& parent);
dom::Object
createFrame(dom::Value const& parent);
dom::Object
createFrame(
dom::Object const& child,
dom::Object const& parent);
Return Value
The overlay object
Parameters
Name |
Description |
parent |
The underlying frame object |
See Also
https://mustache.github.io/mustache.5.html#Sections
Created with MrDocs