blockly > common > defineBlocks
الدالةcommon.defineBlocks()
أضِف تعريفات القطعة المحدّدة إلى قاموس تعريفات الحظر (Blockly.Blocks).
Signature:
export declare function defineBlocks(blocks: {
[key: string]: BlockDefinition;
}): void;
المعلمات
المعلمة | النوع | الوصف |
---|---|---|
مكعبات | { [key: string]: BlockDefinition; } | خريطة لأسماء أنواع الحظر لحظر التعريفات |
المرتجعات:
فراغ