Mit Sammlungen den Überblick behalten
Sie können Inhalte basierend auf Ihren Einstellungen speichern und kategorisieren.
blockly > blockRendering > MarkerSvg > createDom
Methode blockRendering.MarkerSvg.createDom()
Erstellen Sie das DOM-Element für die Markierung.
Unterschrift:
createDom(): SVGElement;
Gibt zurück:
SVGElement
Die Markierung steuert die SVG-Gruppe.
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2024-10-14 (UTC).
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Benötigte Informationen nicht gefunden","missingTheInformationINeed","thumb-down"],["Zu umständlich/zu viele Schritte","tooComplicatedTooManySteps","thumb-down"],["Nicht mehr aktuell","outOfDate","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Problem mit Beispielen/Code","samplesCodeIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 2024-10-14 (UTC)."],[[["The `blockRendering.MarkerSvg.createDom()` method generates the DOM element for a marker in Blockly."],["This method returns an SVGElement representing the SVG group that controls the marker."],["Its primary function is to dynamically create the visual representation of a marker within the block rendering process."]]],["The `createDom()` method, part of the `blockRendering.MarkerSvg` class, generates the DOM element for a marker. This method returns an `SVGElement`, specifically the SVG group that controls the marker's display. The primary action is the creation of this SVG element, which is crucial for rendering the marker visually. The returned SVG group is then used to manage the marker's presentation within the application.\n"]]