封鎖 >「主題」>(建構函式)

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 (選用) 區塊名稱對應設定值。