blockly > BlockSvg > zersetzen
Property „BlockSvg.decompose“
Unterschrift:
decompose?: (p1: Workspace) => BlockSvg;
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-09-12 (UTC).
[null,null,["Zuletzt aktualisiert: 2024-09-12 (UTC)."],[[["`BlockSvg.decompose` is an optional property that holds a function."],["This function, when present, is responsible for creating a detailed visual representation (a \"shadow block\") of a given block."],["The visual representation is typically used to illustrate the block's internal structure or logic during procedures like mutation."],["The input to the function is a `Workspace` object where the shadow block will be placed."],["The function is expected to return a `BlockSvg` object, representing the created shadow block."]]],[]]