blockly > المظهر > (أداة الإنشاء)
Theme.(constructor)
إنشاء مثيل جديد لفئة Theme
Signature:
constructor(name: string, opt_blockStyles?: {
[key: string]: Partial<BlockStyle>;
}, opt_categoryStyles?: {
[key: string]: CategoryStyle;
}, opt_componentStyles?: ComponentStyle);
المعلمات
المعلمة | النوع | الوصف |
---|---|---|
الاسم | سلسلة | اسم المظهر. |
opt_blockStyles | { [key: string]: Partial<BlockStyle>; } | (اختياري) خريطة بداية من أسماء الأنماط (سلاسل) إلى عناصر تتضمن سمات أنماط للكتل |
opt_categoryStyles | { [key: string]: categoryStyle; } | (اختياري) خريطة بداية من أسماء الأنماط (سلاسل) إلى عناصر تتضمن سمات أنماط للفئات. |
opt_componentStyles | ComponentStyle | (اختياري) ربط أسماء المكوّنات المحظورة في قيمة النمط. |