調査アンケート: Blockly のご利用体験についてお聞かせください
アンケートを開始
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
ブロックする >utils >ツールボックス >DynamicCategoryInfo
カスタム カテゴリを作成するために必要な情報。
署名:
export interface DynamicCategoryInfo
プロパティ
プロパティ |
修飾子 |
タイプ |
説明 |
カテゴリスタイル |
|
文字列 |未定義 |
|
色 |
|
文字列 |未定義 |
|
cssconfig |
|
CategoryCssConfig |未定義 |
|
カスタム |
|
文字列 |
|
どうでしょうか。 |
|
文字列 |ブール値 |
(省略可) |
非表示 |
|
文字列 |未定義 |
|
id |
|
文字列 |未定義 |
|
種類 |
|
文字列 |
|
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-09-12 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-09-12 UTC。"],[[["The `DynamicCategoryInfo` interface defines the structure for creating custom categories within a Blockly toolbox."],["It provides properties to control the category's appearance, such as color, style, and CSS configuration."],["Properties like `custom`, `id`, and `kind` are used for category identification and behavior."],["The `expanded` and `hidden` properties manage the initial visibility state of the category."]]],[]]