mrdocs::createFrame

Create child data objects.

Synopses

Declared in <mrdocs/Support/Handlebars.hpp>

Create child data objects.

dom::Object
createFrame(dom::Object const& parent);
» more...
dom::Object
createFrame(dom::Value const& parent);
» more...
dom::Object
createFrame(
    dom::Object const& child,
    dom::Object const& parent);
» more...

Return Value

The overlay object

Parameters

NameDescription
parentThe underlying frame object

See Also

https://mustache.github.io/mustache.5.html#Sections