Оптимизируйте свои подборки
Сохраняйте и классифицируйте контент в соответствии со своими настройками.
блочно > входы > ввод > имя
Подпись:
name: string;
,
блочно > входы > ввод > имя
Подпись:
name: string;
Если не указано иное, контент на этой странице предоставляется по лицензии Creative Commons "С указанием авторства 4.0", а примеры кода – по лицензии Apache 2.0. Подробнее об этом написано в правилах сайта. Java – это зарегистрированный товарный знак корпорации Oracle и ее аффилированных лиц.
Последнее обновление: 2024-11-14 UTC.
[[["Прост для понимания","easyToUnderstand","thumb-up"],["Помог мне решить мою проблему","solvedMyProblem","thumb-up"],["Другое","otherUp","thumb-up"]],[["Отсутствует нужная мне информация","missingTheInformationINeed","thumb-down"],["Слишком сложен/слишком много шагов","tooComplicatedTooManySteps","thumb-down"],["Устарел","outOfDate","thumb-down"],["Проблема с переводом текста","translationIssue","thumb-down"],["Проблемы образцов/кода","samplesCodeIssue","thumb-down"],["Другое","otherDown","thumb-down"]],["Последнее обновление: 2024-11-14 UTC."],[[["This property represents the internal name of the input."],["The `name` property is a string used to uniquely identify an input within a Blockly block."],["It is essential for accessing and manipulating the input programmatically, especially for setting and retrieving values."]]],["The `inputs.Input.name` property, of type string, is defined within the Blockly library. It resides under the `blockly`, `inputs`, and `Input` hierarchy. This property's core function is to store or represent a name, which is a string value. It's accessed as a member of the `Input` class within the `inputs` namespace. This signature shows how the name property is defined.\n"]]