Structure context. See StructureContext
Optionalspec: PartialDocumentNodeSet Document child
document child
document builder based on child provided. See DocumentBuilder
Clone Document builder
partial document node specification used to extend the cloned builder. See PartialDocumentNode
document builder based on context and spec provided. See DocumentBuilder
Set the view IDs to open as split panes by default when the document is opened.
Pass an array of view IDs that match the IDs defined in views().
If specified with 2+ valid view IDs, the document will open in split-pane mode.
Array of view IDs to open as split panes
document builder with defaultPanes config. See DocumentBuilder
Set Document ID
document ID
document builder with document based on ID provided. See DocumentBuilder
Get i18n key and namespace used to populate the localized title
the i18n key and namespace used to populate the localized title
Get Document's initial value Template parameters
document template parameters. See DocumentOptions
Set the i18n key and namespace used to populate the localized title.
the key and namespaced used to populate the localized title.
component builder based on i18n key and ns provided
Set Document Builder ID
document builder ID
document builder based on ID provided. See DocumentBuilder
Set Document Template
document template ID
Optionalparameters: Record<string, unknown>document template parameters
document builder with document based on template provided. See DocumentBuilder
Set Document Type
document type
document builder with document based on type provided. See DocumentBuilder
Serialize Document builder
serialization options. See SerializeOptions
document node based on path, index and hint provided in options. See DocumentNode
Set Document title
document title
document builder based on title provided (and ID). See DocumentBuilder
Set Document views
document views. See ViewBuilder and View
document builder with document based on views provided. See DocumentBuilder
A
DocumentBuilderis used to build a document node.