調査アンケート: Blockly のご利用体験についてお聞かせください
アンケートを開始
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
ブロックする >入力 >ValueInput
値接続を持つブロックの入力を表します。
署名:
export declare class ValueInput extends Input
拡張: 入力
コンストラクタ
プロパティ
プロパティ |
修飾子 |
タイプ |
説明 |
name |
|
文字列 |
|
type |
readonly |
(未申告) |
|
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-10-11 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-10-11 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"]]