Optional ReadonlybaseOptional ReadonlyinlineCSS embedded directly in the page, after the linked stylesheets.
Optional ReadonlyinlineJavaScript embedded directly, after the linked scripts.
Optional ReadonlylangLanguage for <html lang>. Defaults to "en".
Optional ReadonlyrenderPassed to serializeToHTML; see HTMLSerializeOptions.renderNode.
Optional ReadonlyscriptsScript URLs to load, resolved the same way.
Optional ReadonlystyleStylesheet URLs to link. Relative URLs are resolved against baseURL,
so a document saved elsewhere still finds them.
Optional ReadonlythemeThe palette the document was being edited in, baked into the page so it opens in that theme rather than in whatever the reader's stylesheet, or operating system, decides for it.
Optional ReadonlytitleGoes in <title>. Defaults to "Document".
Base for resolving the URLs above, e.g.
"http://localhost:5173". Also emitted as<base href>so any relative link inside the document itself resolves against the origin it came from rather than wherever the file ends up.