box
.box title:{InlineMarkdownContent? = null} \
type:{Box.Type = Box.Type.CALLOUT} \
padding:{Size? = null} \
background:{Color? = null} \
foreground:{Color? = null} \
body:{MarkdownContent}
-> NodeContent copied to clipboard
Inserts content in a styled box.
Return
the new Box node
Parameters
title
box title. If unset:
If the locale (docLanguage) is set and supported, the title is localized according to the box type
Otherwise, the box is untitled
type
- Optional
- Likely named
box type. If unset, it defaults to a callout box
Values
callouttipnotewarningerror
padding
- Optional
- Likely named
padding around the box. If unset, the box uses the default padding
body
- Likely a body argument
box content