blockly > FieldConfig > ipucu
İmza:
tooltip?: string;
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-09-10 UTC.
[null,null,["Son güncelleme tarihi: 2024-09-10 UTC."],[[["`tooltip` is an optional property within the `FieldConfig` interface that accepts a string value."],["It is used to specify the tooltip text displayed when the user hovers over the field associated with this configuration."]]],["The `FieldConfig.tooltip` property, found within Blockly, is defined as an optional string. This string value is intended to be used as a tooltip. The property's signature indicates that it is optional (`?`), allowing it to be included or omitted when configuring a field. In essence, the `tooltip` property allows developers to associate descriptive text with a field.\n"]]