blockly > icons > CommentState
Yorum simgesinin kayıt durumu biçimi.
İmza:
export interface CommentState
Özellikler
Mülk |
Değiştiriciler |
Tür |
Açıklama |
height? |
|
sayı |
(İsteğe bağlı) Yorum balonunun yüksekliği. |
sabitlendi mi? |
|
boolean |
(İsteğe bağlı) Yorum herkese açıksa doğru, aksi takdirde yanlış değerini döndürür. |
text? |
|
dize |
(İsteğe bağlı) Yorumun metni. |
width? |
|
sayı |
(İsteğe bağlı) Yorum balonunun genişliği. |
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2024-11-04 UTC.
[null,null,["Son güncelleme tarihi: 2024-11-04 UTC."],[[["The `icons.CommentState` interface defines the structure for saving the state of a comment icon in Blockly."],["It includes optional properties for height, width, pinned state, and text of the comment."],["These properties help in restoring the visual and textual aspects of a comment when loaded."]]],[]]