Оптимизируйте свои подборки
Сохраняйте и классифицируйте контент в соответствии со своими настройками.
блочно > входы > ValueInput
Представляет вход в блоке со значением соединения.
Подпись:
export declare class ValueInput extends Input
Расширяет: Ввод
Конструкторы
Характеристики
Свойство | Модификаторы | Тип | Описание |
---|
имя | | нить | |
тип | readonly | (не заявлено) | |
Если не указано иное, контент на этой странице предоставляется по лицензии Creative Commons "С указанием авторства 4.0", а примеры кода – по лицензии Apache 2.0. Подробнее об этом написано в правилах сайта. Java – это зарегистрированный товарный знак корпорации Oracle и ее аффилированных лиц.
Последнее обновление: 2025-01-06 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"]],["Последнее обновление: 2025-01-06 UTC."],[[["Represents an input on a block that accepts a value connection from another block."],["Extends the `Input` class, inheriting its properties and methods."],["Constructed with a name, associated with a specific block."],["Has properties such as `name` (a string identifier) and `type`."]]],["The `ValueInput` class, extending the `Input` class, represents a value connection point on a block. It's constructed using a name and a block. Key properties include `name`, a string, and a read-only `type` property. The class allows a block to handle connections that carry a value. The core actions involve creating instances of `ValueInput` for block connections, using its associated name and type.\n"]]