box
.box title:{InlineMarkdownContent? = null}
type:{Box.Type = Box.Type.CALLOUT}
padding:{Size? = null}
background:{Color? = null}
foreground:{Color? = null}
body:{MarkdownContent}
-> Node
Content copied to clipboard
Inserts content in a box.
Return
the new box node
Parameters
padding
padding around the box. If unset, the box uses the default padding
background
background color. If unset, the box uses the default color
foreground
foreground (text) color. If unset, the box uses the default color
body
box content