封鎖 >IStyleable >removeStyle

IStyleable.removeStyle() 方法

從工具箱中移除樣式。通常用於變更遊標。

Signature:

removeStyle(style: string): void;

參數

參數 類型 說明
樣式 字串 要移除的類別名稱。

傳回:

void