mrdocs::createFrame

Create child data objects.

Synopses

Declared in <mrdocs/Support/Handlebars.hpp>

Create child data objects.

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