blockly > Prosedürler > IProcedureModel > setName
Procedures.IProcedureModel.setName() yöntemi
İşlemin kullanıcılar tarafından okunabilen adını ayarlar.
İmza:
setName(name: string): this;
Parametreler
Parametre |
Tür |
Açıklama |
ad |
dize |
|
Şunu döndürür:
bu
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-12 UTC.
[null,null,["Son güncelleme tarihi: 2024-09-12 UTC."],[[["The `setName` method updates the human-readable name of a procedure."],["It accepts a single string parameter, `name`, which represents the new name for the procedure."],["The method returns the `IProcedureModel` instance itself, allowing for method chaining."]]],[]]