FunctionOptionalstrict?: booleanIf true, the builder will throw errors when passed invalid or null data.
OptionallimitNesting?: numberIf true, limits the number of nested children block arrays to 2.
OptionallimitChildren?: booleanIf true, the final content object's children array will have a maximum of 100 blocks.
OptionalallowBlankParagraphs?: booleanIf true, calling .paragraph("") will result in an empty paragraph block.
A builder object with methods for constructing and managing Notion content.
The options for creating a Notion builder.