blockly > BlockSvg > rendu
Propriété BlockSvg.rendered
Ce blocage est-il un élément BlockSVG ?
Signature :
readonly rendered = true;
Sauf indication contraire, le contenu de cette page est régi par une licence Creative Commons Attribution 4.0, et les échantillons de code sont régis par une licence Apache 2.0. Pour en savoir plus, consultez les Règles du site Google Developers. Java est une marque déposée d'Oracle et/ou de ses sociétés affiliées.
Dernière mise à jour le 2024/09/12 (UTC).
[null,null,["Dernière mise à jour le 2024/09/12 (UTC)."],[[["The `rendered` property of the `BlockSvg` class is a read-only property indicating whether the block is a BlockSVG."],["It always holds a value of `true`, confirming that instances of `BlockSvg` are indeed rendered as BlockSVGs."]]],["The `rendered` property of the `BlockSvg` class is a read-only property that indicates whether a block is a `BlockSvg`. Its value is consistently `true`, signifying that instances of this class are indeed rendered as `BlockSvg` objects. This property serves as a definitive flag for identifying the block's type.\n"]]