調査アンケート: Blockly のご利用体験についてお聞かせください
アンケートを開始
ブロックする >BlockSvg >レンダリング
BlockSvg.rendered プロパティ
このブロックは BlockSVG ですか?
署名:
readonly rendered = true;
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-09-12 UTC。
[null,null,["最終更新日 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"]]