VDOM
Interface
import type { UserSettings } from "./interface";
Example usage
Global
squared.settings = {
createElementMap: true,
pierceShadowRoot: false,
adaptStyleMap: false,
showErrorMessages: false
};
Global (unused)
squared.settings = {
builtInExtensions: []
};
Tip
Frequent modifications to the DOM use the setting createElementMap = false.