meo-canvas - v8.1.2
    Preparing search index...

    Type Alias Children

    Children:
        | BoxNode
        | TextNode
        | ImageNode
        | GridNode
        | CanvasElement
        | false
        | undefined

    Anything that can sit inside a container.

    false and undefined are allowed so condition && Box({…}) reads naturally and renders nothing when the condition fails. There is deliberately no function member: that is what lets Root tell a page builder from ordinary children without ambiguity.