blockly > Zablokuj > getCommentText
Zwraca komentarz dotyczący tego bloku (lub wartość null w przypadku braku komentarza).
Podpis:
getCommentText(): string | null;
Zwroty:
ciąg znaków | wartość null
Komentarz użytkownika Block.
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2024-08-21 UTC.
[null,null,["Ostatnia aktualizacja: 2024-08-21 UTC."],[[["This method returns the text content of a comment associated with a specific block."],["If the block doesn't have a comment, the method will return null instead of a string."],["The method signature indicates it takes no input and returns either a string (the comment) or null."]]],[]]