FEDiffuseLightingElement.created 构造函数

FEDiffuseLightingElement.created()

由 DOM 在自定义元素被创建时实例化的构造函数。

只能由子类在其 created 构造函数中调用。

实现

FEDiffuseLightingElement.created() : super.created();