blockly > serialization > exceptions > UnregisteredIcon > (コンストラクタ)

serialization.exceptions.UnregisteredIcon.(constructor)

UnregisteredIcon クラスの新しいインスタンスを作成します。

署名:

constructor(iconType: string, block: Block, state: State);

パラメータ

パラメータ 種類 説明
iconType string シリアル化解除しようとしている未登録のアイコンのタイプ。
ブロック ブロック 未登録のアイコンを追加しようとしているブロック。
state ステータス ブロックを表す状態オブジェクト。